org.apache.xml.utils
public static class URI.MalformedURIException extends IOException
Constructor Summary | |
---|---|
MalformedURIException()
Constructs a MalformedURIException with no specified
detail message. | |
MalformedURIException(String p_msg)
Constructs a MalformedURIException with the
specified detail message.
|
MalformedURIException
with no specified
detail message.MalformedURIException
with the
specified detail message.
Parameters: p_msg the detail message.