Class IllegalPathException

All Implemented Interfaces:
Serializable

public class IllegalPathException extends AbstractRuntimeException
An exception indicating a path value provided was not well-formed.
Since:
1.1
See Also:
  • Constructor Details

    • IllegalPathException

      public IllegalPathException(String message)
      Construct an IllegalPathException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).