public class InvalidURIException extends GateRuntimeException
Constructor and Description |
---|
InvalidURIException()
Constructor
|
InvalidURIException(Exception e)
Constructor - behaves like a wrapper to the provided exception
|
InvalidURIException(String s)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public InvalidURIException()
public InvalidURIException(String s)
s
- Message that should be printed along with the Exception
tracepublic InvalidURIException(Exception e)
e
- public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
Copyright © 2024 GATE. All rights reserved.