pal.xml
Class XmlParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--pal.xml.XmlParseException
All Implemented Interfaces:
java.io.Serializable

public class XmlParseException
extends java.lang.Exception

exception thrown by ElementParser.

See Also:
Serialized Form

Constructor Summary
XmlParseException()
           
XmlParseException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlParseException

public XmlParseException()

XmlParseException

public XmlParseException(java.lang.String msg)