org.jboss.dna.graph.property
Class InvalidPathExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.dna.graph.property.InvalidPathExpressionException
All Implemented Interfaces:
Serializable

public class InvalidPathExpressionException
extends RuntimeException

Author:
Randall Hauch
See Also:
Serialized Form

Constructor Summary
InvalidPathExpressionException()
           
InvalidPathExpressionException(String message)
           
InvalidPathExpressionException(String message, Throwable cause)
           
InvalidPathExpressionException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPathExpressionException

public InvalidPathExpressionException()

InvalidPathExpressionException

public InvalidPathExpressionException(String message)
Parameters:
message -

InvalidPathExpressionException

public InvalidPathExpressionException(Throwable cause)
Parameters:
cause -

InvalidPathExpressionException

public InvalidPathExpressionException(String message,
                                      Throwable cause)
Parameters:
message -
cause -


Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.