Package nl.rrd.wool.exception
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.rrd.wool.exception.ParseException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LineNumberParseException,WoolNodeParseException
public class ParseException extends Exception
This exception is thrown when some content has an invalid format for a parser.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(String message)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
-
-