|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gate.util.GateRuntimeException
gate.creole.ontology.InvalidURIException
public class InvalidURIException
This exception is thrown when a URI is not valid.
| Field Summary | |
|---|---|
private static boolean |
DEBUG
Debug flag |
(package private) Exception |
exception
Internal object of exception, for which the instance behaves like a wrapper |
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
InvalidURIException()
Constructor |
|
InvalidURIException(Exception e)
Constructor - behaves like a wrapper to the provided exception |
|
InvalidURIException(String s)
Constructor |
|
| Method Summary | |
|---|---|
void |
printStackTrace()
Overriden so we can print the enclosed exception's stacktrace too. |
void |
printStackTrace(PrintStream s)
Overriden so we can print the enclosed exception's stacktrace too. |
void |
printStackTrace(PrintWriter s)
Overriden so we can print the enclosed exception's stacktrace too. |
| 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 |
| Field Detail |
|---|
private static final long serialVersionUID
private static final boolean DEBUG
Exception exception
| Constructor Detail |
|---|
public InvalidURIException()
public InvalidURIException(String s)
s - Message that should be printed along with the Exception
tracepublic InvalidURIException(Exception e)
e - | Method Detail |
|---|
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 | |||||||||