org.koala.koalaxml
Class XMLInvalidTagException

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

public class XMLInvalidTagException
extends java.lang.Exception

See Also:
Serialized Form

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

XMLInvalidTagException

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


XMLInvalidTagException

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

Parameters:
msg - the detail message.