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
public class MiniXmlParserException
- extends Exception
- Author:
- bnevins
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MiniXmlParserException
public MiniXmlParserException(Throwable t)
- Wrapper for XML processing errors
- Parameters:
t - The real parsing Exception
MiniXmlParserException
public MiniXmlParserException(String msg,
Throwable t)
MiniXmlParserException
public MiniXmlParserException(String msg)
Copyright © 2012 GlassFish Community. All Rights Reserved.