public class ValidationException extends FMSException
| Constructor and Description |
|---|
ValidationException(List<Error> error)
Constructor ValidationException
|
ValidationException(String errorMessage)
Constructor ValidationException
|
ValidationException(String errorMessage,
Throwable throwable)
Constructor ValidationException
|
ValidationException(Throwable throwable)
Constructor ValidationException
|
getErrorList, getString, getThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException(List<Error> error)
error - the error messagepublic ValidationException(String errorMessage)
errorMessage - the error messagepublic ValidationException(Throwable throwable)
throwable - the throwableCopyright © 2017. All rights reserved.