org.modeshape.jcr.sequencer
Class InvalidPathExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.modeshape.jcr.sequencer.InvalidPathExpressionException
- All Implemented Interfaces:
- Serializable
@Immutable
public class InvalidPathExpressionException
- extends RuntimeException
A runtime exception that represents that an invalid path expression
was specified.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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-2012 JBoss, a division of Red Hat. All Rights Reserved.