aboutsummaryrefslogtreecommitdiff
path: root/depends/launcher/org/multimc/ParseException.java
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-01-12 22:17:14 +0100
committerPetr Mrázek <peterix@gmail.com>2014-01-12 22:17:14 +0100
commitb589a12d1765f8df616779c53e614adef2e4c48e (patch)
tree83cdd87d532a36df1177987547c57058fd4f1777 /depends/launcher/org/multimc/ParseException.java
parent498520446fcd10003226822f5ada9c2fe90e8c63 (diff)
parentfca4441229808891f460d5fbc4affd51e8896aa5 (diff)
downloadPrismLauncher-b589a12d1765f8df616779c53e614adef2e4c48e.tar.gz
PrismLauncher-b589a12d1765f8df616779c53e614adef2e4c48e.tar.bz2
PrismLauncher-b589a12d1765f8df616779c53e614adef2e4c48e.zip
Merge branch 'feature_better_launch' into develop
Diffstat (limited to 'depends/launcher/org/multimc/ParseException.java')
-rw-r--r--depends/launcher/org/multimc/ParseException.java22
1 files changed, 22 insertions, 0 deletions
diff --git a/depends/launcher/org/multimc/ParseException.java b/depends/launcher/org/multimc/ParseException.java
new file mode 100644
index 00000000..d9e8e53e
--- /dev/null
+++ b/depends/launcher/org/multimc/ParseException.java
@@ -0,0 +1,22 @@
+/*
+ * Copyright 2012-2014 MultiMC Contributors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.multimc;
+
+public class ParseException extends java.lang.Exception
+{
+
+}