public class TSPValidationException extends TSPException
If a failure code is assciated with the exception it can be retrieved using the getFailureCode() method.
Modifier and Type | Field and Description |
---|---|
private int |
failureCode |
underlyingException
Constructor and Description |
---|
TSPValidationException(java.lang.String message) |
TSPValidationException(java.lang.String message,
int failureCode) |
Modifier and Type | Method and Description |
---|---|
int |
getFailureCode()
Return the failure code associated with this exception - if one is set.
|
getUnderlyingException
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.