public static class URI.MalformedURIException
extends java.io.IOException
| Constructor and Description |
|---|
MalformedURIException()
*************************************************************** Constructs a
MalformedURIException with no specified detail message. |
MalformedURIException(java.lang.String p_msg)
************************************************************** Constructs a
MalformedURIException with the specified detail message. |
public MalformedURIException()
MalformedURIException with no specified detail message.
****************************************************************public MalformedURIException(java.lang.String p_msg)
MalformedURIException with the specified detail message.p_msg - the detail message. ****************************************************************Copyright © 2004-2019 The Apache Software Foundation. All Rights Reserved.