com.sun.enterprise.universal.xml
Class MiniXmlParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.enterprise.universal.xml.MiniXmlParserException
All Implemented Interfaces:
Serializable

public class MiniXmlParserException
extends Exception

Author:
bnevins
See Also:
Serialized Form

Constructor Summary
MiniXmlParserException(String msg)
           
MiniXmlParserException(String msg, Throwable t)
           
MiniXmlParserException(Throwable t)
          Wrapper for XML processing errors
 
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
 

Constructor Detail

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.