Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eluder.coveralls.maven.plugin.ProcessingException
- All Implemented Interfaces:
Serializable
Exception to indicate if processing of input or output data fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new processing exception.ProcessingException(String message) Instantiates a new processing exception.ProcessingException(String message, Throwable cause) Instantiates a new processing exception.ProcessingException(Throwable cause) Instantiates a new processing exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessingException
public ProcessingException()Instantiates a new processing exception. -
ProcessingException
Instantiates a new processing exception.- Parameters:
message- the message
-
ProcessingException
Instantiates a new processing exception.- Parameters:
cause- the cause
-
ProcessingException
-