|
|||||||||||
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 | +--org.drools.DroolsException
Base drools Logic Engine
exception.
Constructor Summary | |
DroolsException()
Construct. |
|
DroolsException(java.lang.String msg)
Construct with a message. |
|
DroolsException(java.lang.Throwable rootCause)
Construct with a root cause. |
Method Summary | |
java.lang.String |
getLocalizedMessage()
Retrieve the error message localized to the default locale. |
java.lang.String |
getMessage()
Retrieve the error message. |
java.lang.Throwable |
getRootCause()
Get the root cause, if any. |
void |
printStackTrace(java.io.PrintStream s)
Print the stack trace. |
void |
printStackTrace(java.io.PrintWriter s)
Print the stack trace. |
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 DroolsException()
public DroolsException(java.lang.String msg)
msg
- The message.public DroolsException(java.lang.Throwable rootCause)
rootCause
- The root cause of this exception.Method Detail |
public java.lang.Throwable getRootCause()
Throwable
, if this exception
has a root cause, else null
.public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
s
- The output sink.public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class java.lang.Throwable
s
- The output sink.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |