Class AnswerValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.seedstack.maven.components.inquirer.InquirerException
-
- org.seedstack.maven.components.inquirer.AnswerValidationException
-
- All Implemented Interfaces:
Serializable
public class AnswerValidationException extends InquirerException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnswerValidationException()AnswerValidationException(String message)AnswerValidationException(String message, Throwable cause)AnswerValidationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)AnswerValidationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-