Class EnumeratorFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.janino.util.enumerator.EnumeratorFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class EnumeratorFormatException extends java.lang.Exception
Represents a problem related to parsingEnumerator
s.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnumeratorFormatException()
EnumeratorFormatException(java.lang.String message)
-