|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.wsgw.WSGWException | +--com.ibm.wsgw.beans.FilterException
This exception is thrown by a Filter implementation to indicate that some filter-specific error occurred.
Field Summary | |
---|---|
static java.lang.String |
copyright
Copyright string. |
Fields inherited from class com.ibm.wsgw.WSGWException |
---|
inserts, messageKey, nestedException, nestedStackTrace, severity, stackTrace |
Constructor Summary | |
---|---|
FilterException(java.lang.String text)
Constructor. |
Methods inherited from class com.ibm.wsgw.WSGWException |
---|
getInserts, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getNestedException, getNestedStackTrace, getSeverity, getWSGWStackTrace, stackTraceToString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, 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 |
public static final java.lang.String copyright
Constructor Detail |
public FilterException(java.lang.String text)
text
- The exception text.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |