|
|||||||||
| 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
public class DroolsException
Base drools Logic Engine exception.
| Constructor Summary | |
|---|---|
DroolsException()
|
|
DroolsException(java.lang.String message)
|
|
DroolsException(java.lang.String message,
java.lang.Throwable cause)
|
|
DroolsException(java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getRootCause()
Deprecated. Use Throwable.getCause() |
| 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 DroolsException()
Exception.Exception()public DroolsException(java.lang.String message)
Exception.Exception(String message)
public DroolsException(java.lang.String message,
java.lang.Throwable cause)
Exception.Exception(String message, Throwable cause)public DroolsException(java.lang.Throwable cause)
Exception.Exception(Throwable cause)| Method Detail |
|---|
public java.lang.Throwable getRootCause()
Throwable,
if this exception has a root cause, else null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||