org.apache.xml.utils
public static class URI.MalformedURIException extends IOException
Constructor and Description |
---|
URI.MalformedURIException()
Constructs a
MalformedURIException with no specified
detail message. |
URI.MalformedURIException(String p_msg)
Constructs a
MalformedURIException with the
specified detail message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public URI.MalformedURIException()
MalformedURIException
with no specified
detail message.public URI.MalformedURIException(String p_msg)
MalformedURIException
with the
specified detail message.p_msg
- the detail message.Copyright © –2014. All rights reserved.