|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.agilejava.blammo.BlammoException
public class BlammoException
A general purpose but Blammo specific RuntimeException based Exception class. May be specialized in the future.
Constructor Summary | |
---|---|
BlammoException(java.lang.ClassNotFoundException cnfe)
Constructs a new instance wrapping a ClassNotFoundException . |
|
BlammoException(java.lang.IllegalAccessException iae)
Constructs a new instance wrapping a IllegalAccessException . |
|
BlammoException(java.lang.InstantiationException ie)
Constructs a new instance wrapping a InstantiationException . |
Method Summary |
---|
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 BlammoException(java.lang.ClassNotFoundException cnfe)
ClassNotFoundException
.
cnfe
- The ClassNotFoundException
to be wrapped by a
new instance.public BlammoException(java.lang.InstantiationException ie)
InstantiationException
.
ie
- The InstantiationException
to be wrapped by a
new instance.public BlammoException(java.lang.IllegalAccessException iae)
IllegalAccessException
.
iae
- The IllegalAccessException
to be wrapped by a
new instance of this class.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |