Class InvalidPathArgumentException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class InvalidPathArgumentException extends AnchorFriendlyCheckedException
An exception thrown if an invalid path is inputted as an argument.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • InvalidPathArgumentException

      public InvalidPathArgumentException(String message)
      Creates an exception with a custom message.
      Parameters:
      message - the error message
    • InvalidPathArgumentException

      public InvalidPathArgumentException(String argument, InvalidPathException exception)
      Creates an exception for an invalid path argument.
      Parameters:
      argument - the invalid path argument
      exception - the InvalidPathException that was caught
  • Method Details