java.io.Serializable
public final class URIException
extends java.lang.Exception
Constructor | Description |
---|---|
URIException(java.lang.Exception exception) |
Creates a new URIException
|
URIException(java.lang.String message) |
Creates a new URIException
|
URIException(java.lang.String message,
java.lang.Exception exception) |
Creates a new URIException
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Exception |
getException() |
Returns the nested exception, or null if no exception
exists.
|
void |
printStackTrace() |
|
void |
printStackTrace(java.io.PrintStream s) |
|
void |
printStackTrace(java.io.PrintWriter s) |
public URIException(java.lang.String message)
message
- the explaination for this exceptionpublic URIException(java.lang.String message, java.lang.Exception exception)
message
- the explaination for this exceptionexception
- an optional nested exception, most
likely, the exception which caused this exception.public URIException(java.lang.Exception exception)
exception
- the exception which caused this exception.
Note: to use this constructor exception must not be null.public java.lang.Exception getException()
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class java.lang.Throwable
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com