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