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)
InvalidPathArgumentException(String message)
InvalidPathArgumentException(String message, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidPathArgumentException
public InvalidPathArgumentException(String message)
-
InvalidPathArgumentException
public InvalidPathArgumentException(Exception e)
-
InvalidPathArgumentException
public InvalidPathArgumentException(String message, Exception e)
-
-