|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.x4juli.filter.InvalidFilterException
Thrown if an Filter has an invalid state due to progamming errors.
| Field Summary | |
private static long |
serialVersionUID
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
InvalidFilterException()
Default Constructor. |
|
InvalidFilterException(java.lang.String message)
Constructor with detail message. |
|
InvalidFilterException(java.lang.String message,
java.lang.Throwable cause)
Constructor with detail message for nested exceptions. |
|
InvalidFilterException(java.lang.Throwable cause)
Constructor for nested exceptions. |
|
| 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 |
| Field Detail |
private static final long serialVersionUID
| Constructor Detail |
public InvalidFilterException()
public InvalidFilterException(java.lang.String message)
message - with details why the exception was thrown.public InvalidFilterException(java.lang.Throwable cause)
cause - the root exception which is going to be nested.
public InvalidFilterException(java.lang.String message,
java.lang.Throwable cause)
message - with details why the exception was thrown.cause - the root exception which is going to be nested.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||