public static class

URI.MalformedURIException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ org.apache.xerces.util.URI.MalformedURIException

Class Overview

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.

Summary

Public Constructors
URI.MalformedURIException()
Constructs a MalformedURIException with no specified detail message.
URI.MalformedURIException(String p_msg)
Constructs a MalformedURIException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public URI.MalformedURIException ()

Constructs a MalformedURIException with no specified detail message.

public URI.MalformedURIException (String p_msg)

Constructs a MalformedURIException with the specified detail message.

Parameters
p_msg the detail message.