public static class DataValue.URI.MalformedURIException
extends java.io.IOException
| Constructor and Description |
|---|
DataValue.URI.MalformedURIException()
Constructs a
MalformedURIException with no specified
detail message. |
DataValue.URI.MalformedURIException(java.lang.String p_msg)
Constructs a
MalformedURIException with the
specified detail message. |
public DataValue.URI.MalformedURIException()
MalformedURIException with no specified
detail message.public DataValue.URI.MalformedURIException(java.lang.String p_msg)
MalformedURIException with the
specified detail message.p_msg - the detail message.