Class UnhandledValueBugException

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

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