org.jboss.dna.graph.property
Class InvalidPathException

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.InvalidPathException
All Implemented Interfaces:
Serializable

public class InvalidPathException
extends RuntimeException

Author:
Randall Hauch
See Also:
Serialized Form

Constructor Summary
InvalidPathException()
           
InvalidPathException(String message)
           
InvalidPathException(String message, Throwable cause)
           
InvalidPathException(Throwable cause)
           
 
Method Summary
 String toString()
          
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPathException

public InvalidPathException()

InvalidPathException

public InvalidPathException(String message)
Parameters:
message -

InvalidPathException

public InvalidPathException(Throwable cause)
Parameters:
cause -

InvalidPathException

public InvalidPathException(String message,
                            Throwable cause)
Parameters:
message -
cause -
Method Detail

toString

public String toString()

Overrides:
toString in class Throwable


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