|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.strangelight.util.E_
Nearly all Exception
s explicitly thrown by code within
the com.stangelight.*
packages are subclasses of E_
.
(This makes it easy to tell the difference between
Exception
s thrown by com.stangelight.*
code and those thrown by library routines.)
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 |
public E_()
public E_(java.lang.String msg)
public E_(java.lang.String msg, java.lang.Throwable cause)
public E_(java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |