org.apache.xml.serializer.utils
Class URI.MalformedURIException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--org.apache.xml.serializer.utils.URI.MalformedURIException
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
URI.MalformedURIException
public URI.MalformedURIException()
- Constructs a
MalformedURIException
with no specified
detail message.
URI.MalformedURIException
public URI.MalformedURIException(java.lang.String p_msg)
- Constructs a
MalformedURIException
with the
specified detail message.
- Parameters:
p_msg
- the detail message.
Copyright © 2006 Apache XML Project. All Rights Reserved.