edu.uky.rch.ept.data
Class InvalidNodePathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.uky.rch.ept.data.DataAccessException
edu.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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