edu.uky.rch.ept.data
Class InvalidNodePathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.uky.rch.ept.data.DataAccessException
              extended byedu.uky.rch.ept.data.InvalidNodePathException
All Implemented Interfaces:
Serializable

public class InvalidNodePathException
extends DataAccessException

Thrown to indicate that the xpath specified does not refer to a valid node.

Author:
Sandeep Bodapati
See Also:
Serialized Form

Constructor Summary
InvalidNodePathException()
          Constructs a new InvalidNodePathException with no detail message.
InvalidNodePathException(String msg)
          Constructs a new InvalidNodePathException 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

InvalidNodePathException

public InvalidNodePathException()
Constructs a new InvalidNodePathException with no detail message.


InvalidNodePathException

public InvalidNodePathException(String msg)
Constructs a new InvalidNodePathException with the specified detail message.

Parameters:
msg - message