Package fmpp.util
Class StringUtil.ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fmpp.util.ExceptionCC
fmpp.util.StringUtil.ParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StringUtil
Formal (syntactical) problem with the text.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParseException
(String message) ParseException
(String message, int position) ParseException
(String message, int position, Throwable cause) ParseException
(String message, String text, int position, String fileName) ParseException
(String message, String text, int position, String fileName, Throwable cause) ParseException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
-
ParseException
-
ParseException
-
ParseException
-
ParseException
-
ParseException
-