Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.state.exceptions
Class InputMediatorSAXExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.exceptions.InputMediatorException
com.ibm.portal.state.exceptions.InputMediatorSAXException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class InputMediatorSAXException- extends InputMediatorException
Specific input mediator exception wrapping a SAXException. Should be thrown by input mediators catching SAXExceptions.
- Since:
- 5.1
- See Also:
- Serialized Form
Field Summary
Fields inherited from class com.ibm.portal.state.exceptions.InputMediatorException mediator
Constructor Summary InputMediatorSAXException(com.ibm.portal.state.InputMediator aMediator, org.xml.sax.SAXException aReason)
Initializes the execption with the input mediator that caused the exception and the reason for the exception.
Method Summary
Methods inherited from class com.ibm.portal.state.exceptions.InputMediatorException getMediator
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 InputMediatorSAXException
public InputMediatorSAXException(com.ibm.portal.state.InputMediator aMediator, org.xml.sax.SAXException aReason)
- Initializes the execption with the input mediator that caused the exception and the reason for the exception.
- Parameters:
- aMediator - Input mediator that caused the exception (must not be null)
- aReason - Exception that provides details on the reason of failure (must not be null)
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD