Class EnumeratorFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.janino.util.enumerator.EnumeratorFormatException
-
- All Implemented Interfaces:
Serializable
public class EnumeratorFormatException extends Exception
Represents a problem related to parsingEnumerator
s.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnumeratorFormatException()
EnumeratorFormatException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EnumeratorFormatException
public EnumeratorFormatException()
-
EnumeratorFormatException
public EnumeratorFormatException(String message)
-
-