org.codehaus.janino.util.enumerator
Class EnumeratorSetTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.janino.util.enumerator.EnumeratorSetTypeException
- All Implemented Interfaces:
- Serializable
public class EnumeratorSetTypeException
- extends RuntimeException
Indicates that an attempt was made to add or remove values of different type to an
EnumeratorSet
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EnumeratorSetTypeException
public EnumeratorSetTypeException()
EnumeratorSetTypeException
public EnumeratorSetTypeException(String message)