Class UnhandledEnumBugException

java.lang.Object
All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap

public class UnhandledEnumBugException extends BugException
An UnhandledEnumBugException is thrown in case an enumeration was encountered which is not being considered by the code (e.g. in a switch/case-statement): We have a coding error!
See Also: