public class InvalidValueException extends GateException
Constructor and Description |
---|
InvalidValueException()
Constructor
|
InvalidValueException(Exception e)
Constructor - behaves like a wrapper to the provided exception
|
InvalidValueException(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 InvalidValueException()
public InvalidValueException(String s)
s
- Message that should be printed along with the Exception
tracepublic InvalidValueException(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.