com.bristle.javalib.xml
Class XMLUtil.NoSuchXMLNodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bristle.javalib.xml.XMLUtil.NoSuchXMLNodeException
All Implemented Interfaces:
Serializable
Enclosing class:
XMLUtil

public static class XMLUtil.NoSuchXMLNodeException
extends Exception

This exception is thrown when the specified XML node doesn't exist.

See Also:
Serialized Form

Constructor Summary
XMLUtil.NoSuchXMLNodeException(String msg)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLUtil.NoSuchXMLNodeException

public XMLUtil.NoSuchXMLNodeException(String msg)