public static class URI.MalformedURIException extends IOException
| Constructor and Description |
|---|
MalformedURIException(String msg)
Constructs a
MalformedURIException with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedURIException(String msg)
MalformedURIException with the specified detail
message.msg - the detail message.Copyright © 2024 HtmlUnit. All rights reserved.