| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.exceptions.OutputMediatorException
com.ibm.portal.state.exceptions.OutputMediatorSAXException
public abstract class OutputMediatorSAXException
Custom exception which wraps a SAXException
.
Should be thrown by output mediators catching SAXException
s.
Field Summary |
---|
Fields inherited from class com.ibm.portal.state.exceptions.OutputMediatorException |
---|
mediator |
Constructor Summary | |
---|---|
OutputMediatorSAXException(OutputMediator aMediator,
org.xml.sax.SAXException aReason)
Initializes the execption with the output mediator that caused the exception and the reason for the exception. |
Method Summary |
---|
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 |
Methods inherited from interface com.ibm.portal.Localized |
---|
getDescription, getLocales, getTitle |
Constructor Detail |
---|
public OutputMediatorSAXException(OutputMediator aMediator, org.xml.sax.SAXException aReason)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |