public class ValidationException extends Exception
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ValidationException(Diagnostics diags) |
ValidationException(Ref ref, String msg, Throwable cause) |
ValidationException(String msg, Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Diagnostics |
getDiagnostics() |
Ref |
getRef()
Returns the reference for the component which this exception relates to
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public ValidationException(Diagnostics diags)
public Ref getRef()
public Diagnostics getDiagnostics()