Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.eluder.coveralls.maven.plugin.validation.ValidationException
- All Implemented Interfaces:
Serializable
The Class ValidationException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new validation exception.Instantiates a new validation exception.ValidationException(String message, Throwable cause) Instantiates a new validation exception.ValidationException(Throwable cause) Instantiates a new validation exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
public ValidationException()Instantiates a new validation exception. -
ValidationException
-
ValidationException
Instantiates a new validation exception.- Parameters:
cause- the cause
-
ValidationException
-