org.plasma.sdo.xpath
Class InvalidEndpointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.plasma.common.exception.PlasmaCheckedException
org.plasma.sdo.xpath.XPathException
org.plasma.sdo.xpath.InvalidEndpointException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidEndpointException
- extends XPathException
Checked exception used when the result or terminating node or nodes
for an XPATH expression are invalid for a given context.
- See Also:
- Serialized Form
| 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 |
InvalidEndpointException
public InvalidEndpointException()
InvalidEndpointException
public InvalidEndpointException(java.lang.String msg,
java.lang.Throwable t)
InvalidEndpointException
public InvalidEndpointException(java.lang.String msg)
InvalidEndpointException
public InvalidEndpointException(java.lang.Throwable t)
Copyright © 2013. All Rights Reserved.