public class UrlFormatException extends Exception
UrlState
object into an URL string - or while parsing a request into an UrlState
.Constructor and Description |
---|
UrlFormatException()
Constructs a
UrlFormatException with no message
or cause. |
UrlFormatException(String pMessage)
Constructs a
UrlFormatException with the specified
message. |
UrlFormatException(String pMessage,
Throwable pCause)
Constructs a
UrlFormatException with the specified
message and cause. |
UrlFormatException(Throwable pCause)
Constructs a
UrlFormatException with the specified
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UrlFormatException()
UrlFormatException
with no message
or cause.public UrlFormatException(String pMessage)
UrlFormatException
with the specified
message.pMessage
- an error message.public UrlFormatException(String pMessage, Throwable pCause)
UrlFormatException
with the specified
message and cause.pMessage
- an error message.pCause
- the original exception that triggered this exception.public UrlFormatException(Throwable pCause)
UrlFormatException
with the specified
cause.pCause
- the original exception that triggered this exception.Copyright © 2013, Oracle and/or its affiliates. All rights reserved.