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(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
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MalformedURIException(String message)
Creates a new MalformedURIException
with a detail message.
message
- a string indicating the specific problemCopyright 2002-2010 <a href='http://www.elharo.com/'>Elliotte Rusty Harold</a><br /> <a href='mailto:elharo%40ibiblio%2Eorg?Subject=XOM'>elharo@ibiblio.org</a>