public class MalformedPathException extends NameException
See the section 4.6 of the JCR 1.0 specification for details of the JCR path syntax.
Constructor and Description |
---|
MalformedPathException(String message)
Creates a MalformedPathException with the given error message.
|
MalformedPathException(String message,
Throwable rootCause)
Creates a MalformedPathException with the given error message
and root cause exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MalformedPathException(String message)
message
- error messageCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.