org.plasma.sdo.xpath
Class InvalidEndpointException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.plasma.common.exception.PlasmaCheckedException
              extended by org.plasma.sdo.xpath.XPathException
                  extended by org.plasma.sdo.xpath.InvalidEndpointException
All Implemented Interfaces:
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

Constructor Summary
InvalidEndpointException()
           
InvalidEndpointException(String msg)
           
InvalidEndpointException(String msg, Throwable t)
           
InvalidEndpointException(Throwable t)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidEndpointException

public InvalidEndpointException()

InvalidEndpointException

public InvalidEndpointException(String msg,
                                Throwable t)

InvalidEndpointException

public InvalidEndpointException(String msg)

InvalidEndpointException

public InvalidEndpointException(Throwable t)


Copyright © 2014. All rights reserved.