Package com.sun.enterprise.universal.xml
Class MiniXmlParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.enterprise.universal.xml.MiniXmlParserException
- All Implemented Interfaces:
Serializable
- Author:
- bnevins
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMiniXmlParserException(String msg, Throwable t) Wrapper for XML processing errors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MiniXmlParserException
Wrapper for XML processing errors- Parameters:
t- The real parsing Exception
-
MiniXmlParserException
-
MiniXmlParserException
-