|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.smf.SemanticModuleException
org.drools.smf.SemanticsReaderException
Constructor Summary | |
SemanticsReaderException(java.lang.String detailMessage)
Constructs a SemanticsReaderException
with the specified detail message. |
|
SemanticsReaderException(java.lang.Throwable cause)
Constructs a SemanticsReaderException
with the specified cause. |
Method Summary | |
java.lang.String |
getMessage()
Retrieve the error message. |
Methods inherited from class org.drools.DroolsException |
getLocalizedMessage, getRootCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SemanticsReaderException(java.lang.String detailMessage)
SemanticsReaderException
with the specified detail message.
detailMessage
- the detail message.public SemanticsReaderException(java.lang.Throwable cause)
SemanticsReaderException
with the specified cause.
cause
- the Throwable
that caused this
SemanticsReaderException
Method Detail |
public java.lang.String getMessage()
DroolsException
getMessage
in class DroolsException
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |