ix.iface.util
Class XML.XMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--ix.iface.util.XML.XMLException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XML

public static class XML.XMLException
extends java.lang.RuntimeException

Thrown to indicate a problem converting to or from XML.

See Also:
Serialized Form

Constructor Summary
XML.XMLException(java.lang.String message)
           
 
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

XML.XMLException

public XML.XMLException(java.lang.String message)