Package jasima.core.util.converter
Class ArgListTokenizer.ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jasima.core.util.converter.ArgListTokenizer.ParseException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ArgListTokenizer
public static class ArgListTokenizer.ParseException extends RuntimeException
AParseExceptionis thrown if there were problems splitting the input string into tokens.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(int errorPos, String msg, Object... msgParams)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-