com.ideanest.util
Class UnexpectedCaseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ideanest.util.UnexpectedCaseException
All Implemented Interfaces:
java.io.Serializable

public class UnexpectedCaseException
extends java.lang.RuntimeException

Thrown if a switch statement has unexpectedly reached the default branch.

See Also:
Serialized Form

Constructor Summary
UnexpectedCaseException()
          UnexpectedCaseException constructor comment.
UnexpectedCaseException(java.lang.String s)
          UnexpectedCaseException constructor comment.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnexpectedCaseException

public UnexpectedCaseException()
UnexpectedCaseException constructor comment.


UnexpectedCaseException

public UnexpectedCaseException(java.lang.String s)
UnexpectedCaseException constructor comment.

Parameters:
s - java.lang.String