|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object brahms.communication.util.ExceptionRecord
public class ExceptionRecord
The ExceptionRecord specifies a record of an Exception generated using the ExceptionGenerator. It includes the Exception conceptual object that was created as well as the list of IBeliefs with the exception information.
ExceptionGenerator
Constructor Summary | |
---|---|
ExceptionRecord(IConceptualObject exception,
IBelief[] content)
Contructor, creates a new ExceptionRecord for the specified exception and with the specified content. |
Method Summary | |
---|---|
IBelief[] |
getContent()
Returns the exception information |
IConceptualObject |
getException()
Returns the exception that was created. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionRecord(IConceptualObject exception, IBelief[] content)
exception
- the generated exception conceptual objectcontent
- the content as a list of IBeliefMethod Detail |
---|
public final IConceptualObject getException()
public final IBelief[] getContent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |