Package org.springframework.web.util
Class InvalidUrlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.springframework.web.util.InvalidUrlException
- All Implemented Interfaces:
Serializable
Thrown when a URL string cannot be parsed.
- Since:
- 6.2
- Author:
- Arjen Poutsma
- See Also:
-
Constructor Summary
ConstructorDescriptionConstruct aInvalidUrlException
with the specified detail message.InvalidUrlException
(String msg, Throwable cause) Construct aInvalidUrlException
with the specified detail message and nested 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
-
InvalidUrlException
Construct aInvalidUrlException
with the specified detail message.- Parameters:
msg
- the detail message
-
InvalidUrlException
Construct aInvalidUrlException
with the specified detail message and nested exception.- Parameters:
msg
- the detail messagecause
- the nested exception
-