public class PersistenceException extends GateException
Constructor and Description |
---|
PersistenceException()
Default construction
|
PersistenceException(Exception e)
Construction from exception
|
PersistenceException(String s)
Construction from string
|
PersistenceException(String s,
Exception e)
Construction from both string and exception
|
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace()
Overridden so we can print the enclosed exception's stacktrace too.
|
void |
printStackTrace(PrintStream s)
Overridden so we can print the enclosed exception's stacktrace too.
|
void |
printStackTrace(PrintWriter s)
Overridden so we can print the enclosed exception's stacktrace too.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public PersistenceException()
public PersistenceException(String s)
public PersistenceException(Exception 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.