Class IllegalPathException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.filesystem.FileSystemException
org.refcodes.filesystem.IllegalPathException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.PathAccessor

public class IllegalPathException extends FileSystemException
The Class IllegalPathException.
See Also:
  • Constructor Details

    • IllegalPathException

      public IllegalPathException(String aPath, String aMessage, String aErrorCode)
      Instantiates a new illegal path exception.
      Parameters:
      aPath - the path
      aMessage - the message
      aErrorCode - the error code
    • IllegalPathException

      public IllegalPathException(String aPath, String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new illegal path exception.
      Parameters:
      aPath - the path
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • IllegalPathException

      public IllegalPathException(String aPath, String message, Throwable cause)
      Instantiates a new illegal path exception.
      Parameters:
      aPath - the path
      message - the message
      cause - the cause
    • IllegalPathException

      public IllegalPathException(String aPath, String message)
      Instantiates a new illegal path exception.
      Parameters:
      aPath - the path
      message - the message
    • IllegalPathException

      public IllegalPathException(String aPath, Throwable aCause, String aErrorCode)
      Instantiates a new illegal path exception.
      Parameters:
      aPath - the path
      aCause - the cause
      aErrorCode - the error code
    • IllegalPathException

      public IllegalPathException(String aPath, Throwable cause)
      Instantiates a new illegal path exception.
      Parameters:
      aPath - the path
      cause - the cause
  • Method Details

    • getPath

      public String getPath()
      Gets the path.
      Specified by:
      getPath in interface org.refcodes.mixin.PathAccessor
      Returns:
      the path