org.overlord.sramp.common.query.xpath
Class XPathParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.overlord.sramp.common.query.xpath.XPathParserException
All Implemented Interfaces:
Serializable

public class XPathParserException
extends RuntimeException

Thrown by the XPathParser when it encounters a parse problem.

Author:
eric.wittmann@redhat.com
See Also:
Serialized Form

Constructor Summary
XPathParserException(String message)
           
 
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

XPathParserException

public XPathParserException(String message)
Parameters:
message -


Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.