java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
io.avaje.http.api.InvalidTypeArgumentException
io.avaje.http.api.InvalidPathArgumentException
- All Implemented Interfaces:
Serializable
Exception for all invalid path type conversions - numbers, uuid, date time types etc.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct with an exception.InvalidPathArgumentException
(String message) Construct with a message.InvalidPathArgumentException
(String message, Exception e) Construct with 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
-
InvalidPathArgumentException
Construct with a message. -
InvalidPathArgumentException
Construct with an exception. -
InvalidPathArgumentException
Construct with message and exception.
-