public class TypeConstraintException extends RuntimeException
| Constructor and Description |
|---|
TypeConstraintException(String message) |
TypeConstraintException(String message,
String errorCode) |
TypeConstraintException(String message,
String errorCode,
Throwable cause) |
TypeConstraintException(String message,
Throwable cause) |
TypeConstraintException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
String |
getErrorCode() |
Throwable |
getLinkedException() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
void |
setLinkedException(Throwable linkedException) |
String |
toString() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTracepublic TypeConstraintException(String message)
public TypeConstraintException(String message, String errorCode, Throwable cause)
public TypeConstraintException(Throwable cause)
public String getErrorCode()
public Throwable getLinkedException()
public void setLinkedException(Throwable linkedException)
public void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class ThrowableCopyright © 2013. All Rights Reserved.