public class ValidatorCreationException extends RuntimeException
Constructor and Description |
---|
ValidatorCreationException(String message)
Constructs a new
ValidatorCreationException with the specified detail messagage. |
ValidatorCreationException(String message,
Throwable cause)
Constructs a new
ValidatorCreationException with the specified detail messagage and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValidatorCreationException(String message)
ValidatorCreationException
with the specified detail messagage.message
- the detail message.Copyright © 2014. All rights reserved.