public class ValidityException extends Exception
| Constructor and Description |
|---|
ValidityException(Exception except) |
ValidityException(String message) |
ValidityException(String message,
Object arg1) |
ValidityException(String message,
Object arg1,
Object arg2) |
ValidityException(String message,
Object arg1,
Object arg2,
Object arg3) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream print) |
void |
printStackTrace(PrintWriter print) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic ValidityException(String message)
public ValidityException(Exception except)
public Exception getException()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream print)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter print)
printStackTrace in class ThrowableCopyright © 2016. All rights reserved.