Class InvalidPathArgumentException

All Implemented Interfaces:
Serializable

public class InvalidPathArgumentException extends InvalidTypeArgumentException
Exception for all invalid path type conversions - numbers, uuid, date time types etc.
See Also:
  • Constructor Details

    • InvalidPathArgumentException

      public InvalidPathArgumentException(String message)
      Construct with a message.
    • InvalidPathArgumentException

      public InvalidPathArgumentException(Exception e)
      Construct with an exception.
    • InvalidPathArgumentException

      public InvalidPathArgumentException(String message, Exception e)
      Construct with message and exception.