Class InvalidPathException

All Implemented Interfaces:
Serializable

public class InvalidPathException extends IllegalArgumentException
Thrown when an invalid path is created, or when a path is invalid for a given file system.
Author:
AO Industries, Inc.
See Also:
  • Constructor Details

    • InvalidPathException

      public InvalidPathException(String message)
    • InvalidPathException

      public InvalidPathException(String message, Throwable cause)