org.n52.security.common.xml
Class XMLPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.n52.security.common.xml.XMLPathException
All Implemented Interfaces:
Serializable

public class XMLPathException
extends RuntimeException

Wraps underlying XPathExceptions exceptions as runtime exceptions.

Version:
$Revision: $
Author:
Marko Reiprecht Created on 15.07.2008
See Also:
Serialized Form

Constructor Summary
XMLPathException(String message)
           
XMLPathException(String message, Throwable cause)
           
XMLPathException(Throwable cause)
           
 
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

XMLPathException

public XMLPathException(String message)

XMLPathException

public XMLPathException(String message,
                        Throwable cause)

XMLPathException

public XMLPathException(Throwable cause)


Copyright © 2004–2014 52north.org. All rights reserved.