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, setStackTrace
public 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 Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
Copyright © 2015. All rights reserved.