nu.xom
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(java.lang.String message)
Creates a new
MalformedURIException
with a detail message. |
MalformedURIException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
MalformedURIException
with a detail message and an underlying root cause. |
getData, setData
getCause, initCause
public MalformedURIException(java.lang.String message)
Creates a new MalformedURIException
with a detail message.
message
- a string indicating the specific problempublic MalformedURIException(java.lang.String message, java.lang.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-2013 Elliotte Rusty Harold
elharo@ibiblio.org