|
|||||||||
| Home >> All >> org >> yajre >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.yajre.spi
Class FilterException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.yajre.DroolsException
org.yajre.AssertionException
org.yajre.spi.FilterException
- All Implemented Interfaces:
- java.io.Serializable
- public class FilterException
- extends org.yajre.AssertionException
Indicates an error while applying a FilterCondition.
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class org.yajre.DroolsException |
|
| Fields inherited from class java.lang.IllegalStateException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
FilterException()
Construct. |
|
FilterException(java.lang.Throwable rootCause)
Construct with a root cause. |
|
| Methods inherited from class org.yajre.DroolsException |
equals, getLocalizedMessage, getMessage, getWrapped, hashCode, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
FilterException
public FilterException()
- Construct.
FilterException
public FilterException(java.lang.Throwable rootCause)
- Construct with a root cause.
|
|||||||||
| Home >> All >> org >> yajre >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC