Class UnknownPathException

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

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

    • UnknownPathException

      public UnknownPathException(String aPath, String aMessage, String aErrorCode)
      Instantiates a new unknown path exception.
      Parameters:
      aPath - the path
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • UnknownPathException

      public UnknownPathException(String aPath, String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new unknown path exception.
      Parameters:
      aPath - the path
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • UnknownPathException

      public UnknownPathException(String aPath, String aMessage, Throwable aCause)
      Instantiates a new unknown path exception.
      Parameters:
      aPath - the path
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • UnknownPathException

      public UnknownPathException(String aPath, String aMessage)
      Instantiates a new unknown path exception.
      Parameters:
      aPath - the path
      aMessage - The aMessage describing this exception.
    • UnknownPathException

      public UnknownPathException(String aPath, Throwable aCause, String aErrorCode)
      Instantiates a new unknown path exception.
      Parameters:
      aPath - the path
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • UnknownPathException

      public UnknownPathException(String aPath, Throwable aCause)
      Instantiates a new unknown path exception.
      Parameters:
      aPath - the path
      aCause - The Throwable (Exception) causing this exception.
  • Method Details

    • getPath

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