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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2004–2016 The Apache Software Foundation. All rights reserved.