com.strangelight.util
Class E_Unexpected

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

public class E_Unexpected
extends java.lang.RuntimeException

Indicates than an unanticipated situation has occured. (Instances of E_Unexpected, or it subclasses, are typically thrown when a "sanity-check" fails.)

See Also:
Serialized Form

Constructor Summary
E_Unexpected()
           
E_Unexpected(java.lang.String msg)
           
E_Unexpected(java.lang.String msg, java.lang.Throwable cause)
           
E_Unexpected(java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

E_Unexpected

public E_Unexpected()

E_Unexpected

public E_Unexpected(java.lang.String msg)

E_Unexpected

public E_Unexpected(java.lang.String msg,
                    java.lang.Throwable cause)

E_Unexpected

public E_Unexpected(java.lang.Throwable cause)