|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
RuntimeException
IllegalFilterException
public class IllegalFilterException
Defines an exception for illegal filters.
Constructor Summary | |
---|---|
IllegalFilterException(Exception cause)
Constructs an instance of IllegalFilterException with the
specified root cause. |
|
IllegalFilterException(String message)
Constructor with a message. |
|
IllegalFilterException(String msg,
Exception cause)
Constructs an instance of IllegalFilterException with the
specified detail message and root cause. |
Method Summary |
---|
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IllegalFilterException(String message)
message
- information on the error.public IllegalFilterException(Exception cause)
IllegalFilterException
with the
specified root cause.
cause
- the root cause of the exceptions.public IllegalFilterException(String msg, Exception cause)
IllegalFilterException
with the
specified detail message and root cause.
msg
- the detail message.cause
- the root cause of the exceptions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |