Class InvalidTypeArgumentException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPathArgumentException

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

    • InvalidTypeArgumentException

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

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

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