|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.state.exceptions
Class OutputMediatorSAXException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.exceptions.OutputMediatorException
com.ibm.portal.state.exceptions.OutputMediatorSAXException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class OutputMediatorSAXException
- extends OutputMediatorException
Custom exception which wraps a SAXException.
Should be thrown by output mediators catching SAXExceptions.
- Since:
- 5.1
- See Also:
- Serialized Form
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. |
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 |
OutputMediatorSAXException
public 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.
- Parameters:
- aMediator - Output mediator that caused the exception (must not be null)
- aReason - Exception that provides details on the reason of failure (must not be null)
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |