public class TSPValidationException extends TSPException
If a failure code is associated with the exception it can be retrieved using the getFailureCode() method.
Constructor and Description |
---|
TSPValidationException(String message) |
TSPValidationException(String message,
int failureCode) |
Modifier and Type | Method and Description |
---|---|
int |
getFailureCode()
Return the failure code associated with this exception - if one is set.
|
getCause, getUnderlyingException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015. All rights reserved.