Serializablepublic static class JaxmURI.MalformedURIException extends IOException
| Constructor | Description |
|---|---|
MalformedURIException() |
Constructs a
MalformedURIException with no specified
detail message. |
MalformedURIException(String p_msg) |
Constructs a
MalformedURIException with the
specified detail message. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedURIException()
MalformedURIException with no specified
detail message.public MalformedURIException(String p_msg)
MalformedURIException with the
specified detail message.p_msg - the detail message.Copyright © 2018 Oracle. All rights reserved.