public class UndefinedItemPathException extends RuntimeException
Constructor and Description |
---|
UndefinedItemPathException(String message)
Constructs a new undefined item path exception with the specified detail message.
|
UndefinedItemPathException(String message,
Throwable cause)
Constructs a new undefined item path exception with the specified detail message and cause.
|
UndefinedItemPathException(Throwable cause)
Constructs a new undefined item path exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UndefinedItemPathException(String message)
message
- The detail message.public UndefinedItemPathException(String message, Throwable cause)
message
- The detail message.cause
- The cause.public UndefinedItemPathException(Throwable cause)
cause
- The cause.