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(java.lang.String message)
Creates a MalformedPathException with the given error message.
|
MalformedPathException(java.lang.String message,
java.lang.Throwable rootCause)
Creates a MalformedPathException with the given error message
and root cause exception.
|
public MalformedPathException(java.lang.String message)
message
- error messagepublic MalformedPathException(java.lang.String message, java.lang.Throwable rootCause)
message
- error messagerootCause
- root cause exception"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"