org.koala.koalaxml
Class XMLParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.koala.koalaxml.XMLParseException
All Implemented Interfaces:
java.io.Serializable

public class XMLParseException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
XMLParseException()
          Creates a new instance of XMLParseException without detail message.
XMLParseException(java.lang.String msg)
          Constructs an instance of XMLParseException with the specified detail message.
 
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

XMLParseException

public XMLParseException()
Creates a new instance of XMLParseException without detail message.


XMLParseException

public XMLParseException(java.lang.String msg)
Constructs an instance of XMLParseException with the specified detail message.

Parameters:
msg - the detail message.