org.koala.koalaxml
Class XMLInvalidTypeException

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

public class XMLInvalidTypeException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
XMLInvalidTypeException()
          Creates a new instance of XMLInvalidTypeException without detail message.
XMLInvalidTypeException(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

XMLInvalidTypeException

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


XMLInvalidTypeException

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

Parameters:
msg - the detail message.