org.modeshape.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.modeshape.graph.property.InvalidPathException
All Implemented Interfaces:
Serializable

@Immutable
public class InvalidPathException
extends RuntimeException

A runtime exception that represents that an invalid path was specified.

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
clone, equals, finalize, 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-2010 JBoss, a division of Red Hat. All Rights Reserved.