|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | 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, getStackTrace, stackTraceToString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace, 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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |