public abstract class ContractException extends RuntimeException
| Modifier | Constructor and Description |
|---|---|
protected |
ContractException(String message,
int in_violations)
Construct an exception.
|
| Modifier and Type | Method and Description |
|---|---|
int |
violations() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ContractException(String message, int in_violations)
message - The messagein_violations - The number of violated conditionsCopyright © 2016 <code@io7m.com> http://io7m.com