|
|||||||||
| 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.reteoo.ReteException
public class ReteException
Base exception for Rete-OO errors.
| Constructor Summary | |
|---|---|
ReteException()
|
|
ReteException(java.lang.String message)
|
|
ReteException(java.lang.String message,
java.lang.Throwable rootCause)
|
|
ReteException(java.lang.Throwable rootCause)
|
|
| Method Summary |
|---|
| Methods inherited from class org.drools.DroolsException |
|---|
getRootCause |
| 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 ReteException()
Exception.Exception()public ReteException(java.lang.String message)
Exception.Exception(String message, Throwable cause)
public ReteException(java.lang.String message,
java.lang.Throwable rootCause)
Exception.Exception(String message, Throwable cause)public ReteException(java.lang.Throwable rootCause)
Exception.Exception(Throwable cause)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||