|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.exolab.castor.net.URIException
public final class URIException
URIException is used when an error occurs during URI resolving
| Constructor Summary | |
|---|---|
URIException(Exception exception)
Creates a new URIException |
|
URIException(String message)
Creates a new URIException |
|
URIException(String message,
Exception exception)
Creates a new URIException |
|
| Method Summary | |
|---|---|
Exception |
getException()
Returns the nested exception, or null if no exception exists. |
void |
printStackTrace()
|
void |
printStackTrace(PrintStream s)
|
void |
printStackTrace(PrintWriter s)
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public URIException(String message)
message - the explaination for this exception
public URIException(String message,
Exception exception)
message - the explaination for this exceptionexception - an optional nested exception, most
likely, the exception which caused this exception.public URIException(Exception exception)
exception - the exception which caused this exception.
Note: to use this constructor exception must not be null.| Method Detail |
|---|
public Exception getException()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||