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:
  • Constructor Details

    • 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)