Package dev.majek.pc.chat
Class ChatParser.ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.majek.pc.chat.ChatParser.ParseException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ChatParser
public static class ChatParser.ParseException extends RuntimeException
Thrown if there is an error parsing a function.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(String exception)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParseException
public ParseException(String exception)
-
-