java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
io.avaje.http.api.InvalidTypeArgumentException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidPathArgumentException
Exception for all invalid path type conversions - numbers, uuid, date time types etc.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct with an exception.InvalidTypeArgumentException
(String message) Construct with a message.InvalidTypeArgumentException
(String message, Exception e) Construct with a message and exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTypeArgumentException
Construct with a message. -
InvalidTypeArgumentException
Construct with an exception. -
InvalidTypeArgumentException
Construct with a message and exception.
-