nu.xom
Class MalformedURIException
public class MalformedURIException
Indicates that a string
intended for use as a URI or URI reference (typically a namespace
name or a base URI) is not syntactically correct according to
RFC 3986.
MalformedURIException(String message) -
Creates a new
MalformedURIException
with a detail message.
|
MalformedURIException(String message, Throwable cause) -
Creates a new
MalformedURIException
with a detail message and an underlying root cause.
|
MalformedURIException
public MalformedURIException(String message)
Creates a new MalformedURIException
with a detail message.
message
- a string indicating the specific problem
MalformedURIException
public MalformedURIException(String message,
Throwable cause)
Creates a new MalformedURIException
with a detail message and an underlying root cause.
message
- a string indicating the specific problemcause
- the original cause of this exception
Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu