public class MalformedURIException extends IllegalDataException
Indicates that a string intended for use as a URI or URI reference (typically a namespace name or a base URI) is not syntactically correct according to RFC 3986.
Constructor and Description |
---|
MalformedURIException(String message)
Creates a new
MalformedURIException
with a detail message. |
MalformedURIException(String message,
Throwable cause)
Creates a new
MalformedURIException
with a detail message and an underlying root cause. |
getData, setData
getCause, initCause
public MalformedURIException(String message)
Creates a new MalformedURIException
with a detail message.
message
- a string indicating the specific problempublic MalformedURIException(String message, Throwable cause)
Creates a new MalformedURIException
with a detail message and an underlying root cause.
message
- a string indicating the specific problemcause
- the original cause of this exceptionCopyright 2002-2023 Elliotte Rusty Harold
elharo@ibiblio.org