Class URI.MalformedURIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.htmlunit.cyberneko.xerces.util.URI.MalformedURIException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- URI
public static class URI.MalformedURIException extends java.io.IOException
MalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedURIException(java.lang.String msg)
Constructs aMalformedURIException
with the specified detail message.
-