Package io.avaje.http.api
Class InvalidPathArgumentException
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
public class InvalidPathArgumentException extends InvalidTypeArgumentException
Exception for all invalid path type conversions - numbers, uuid, date time types etc.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InvalidPathArgumentException(Exception e)
Construct 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.
-