public class SignException extends Exception
| Constructor and Description |
|---|
SignException(Exception _innerException)
Sole constructor.
|
SignException(String msg) |
SignException(String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getInnerException()
Gets the actual exception that occurred.
|
String |
getMessage()
Returns the message in the inner exception.
|
void |
printStackTrace()
Prints this exception's stack trace to the standard error stream.
|
void |
printStackTrace(PrintWriter s)
Prints this exception's stack trace to the specified print writer.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic SignException(Exception _innerException)
_innerException - the actual exception that occurred.public SignException(String msg)
public Exception getInnerException()
public String getMessage()
getMessage in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwables - PrintWriter object to output to.Copyright © 2022. All rights reserved.