public class ValidationException extends Exception
The Exception to be thrown if the submitted trade is invalid
Constructor and Description |
---|
ValidationException(String message)
Constructs the ValidationException with the error message.
|
ValidationException(String message,
Throwable e)
Constructs the ValidationException with the error message and
the throwable object.
|
ValidationException(Throwable e)
Constructs the ValidationException with the throwable object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValidationException(String message)
message
- the error message.public ValidationException(Throwable e)
e
- The throwable.Copyright © 2015 Caplin Systems.