org.modeshape.graph.property
Class InvalidPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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
-
toString
public String toString()
-
- Overrides:
toString
in class Throwable
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.