org.xiruss.util.xpointer
Class XPointerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xiruss.util.xpointer.XPointerException
All Implemented Interfaces:
java.io.Serializable

public class XPointerException
extends java.lang.Exception

XPointer-related exceptions.

See Also:
Serialized Form

Constructor Summary
XPointerException(java.lang.String msg)
           
XPointerException(java.lang.String msg, java.lang.Throwable e)
           
XPointerException(java.lang.Throwable e)
           
 
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

XPointerException

public XPointerException(java.lang.Throwable e)

XPointerException

public XPointerException(java.lang.String msg)

XPointerException

public XPointerException(java.lang.String msg,
                         java.lang.Throwable e)