|
||||||||||
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 java.lang.RuntimeException edu.ksu.cis.projects.bogor.module.throwable.BogorException edu.ksu.cis.projects.bogor.module.throwable.ExceptionThrownBogorException
public class ExceptionThrownBogorException
Represents a thrown exception.
Field Summary |
---|
Fields inherited from class edu.ksu.cis.projects.bogor.module.throwable.BogorException |
---|
node |
Constructor Summary | |
---|---|
ExceptionThrownBogorException(boolean isDefined,
String throwableName,
IRecordValue throwableValue)
Default constructor. |
Method Summary | |
---|---|
void |
dispose()
Remove references. |
String |
getThrowableName()
Gets the throwable record id. |
IRecordValue |
getThrowableValue()
Gets the throwable record value. |
boolean |
isDefined()
Determines whether the exception thrown is defined. |
Methods inherited from class edu.ksu.cis.projects.bogor.module.throwable.BogorException |
---|
getNode, setNode |
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 ExceptionThrownBogorException(boolean isDefined, String throwableName, IRecordValue throwableValue)
isDefined
- Indicates whether the exception thrown is defined.throwableName
- The throwable record id. Must be non-null.throwableValue
- The throwable record value.Method Detail |
---|
public boolean isDefined()
public String getThrowableName()
public IRecordValue getThrowableValue()
public void dispose()
Disposable
dispose
in interface Disposable
dispose
in class BogorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |