public class SaveException extends Exception
| Constructor and Description |
|---|
SaveException(Exception exc)
Constructs a save exception based on the given exception.
|
SaveException(String msg)
Constructs a save exception with the given message.
|
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
Gets the exception upon which this save exception is based.
|
void |
printStackTrace()
Prints a stack trace.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic SaveException(String msg)
public SaveException(Exception exc)
public Exception getException()
public void printStackTrace()
printStackTrace in class ThrowableCopyright © 2015–2022 SciJava. All rights reserved.