com.strangelight.util
Class E_

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.strangelight.util.E_
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
E_BadLogin, E_NoSuchEntity, E_NoSuchU

public class E_
extends java.lang.Exception

Nearly all Exceptions explicitly thrown by code within the com.stangelight.* packages are subclasses of E_. (This makes it easy to tell the difference between Exceptions thrown by com.stangelight.* code and those thrown by library routines.)

See Also:
Serialized Form

Constructor Summary
E_()
           
E_(java.lang.String msg)
           
E_(java.lang.String msg, java.lang.Throwable cause)
           
E_(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_

public E_()

E_

public E_(java.lang.String msg)

E_

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

E_

public E_(java.lang.Throwable cause)