Class ProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eluder.coveralls.maven.plugin.ProcessingException
All Implemented Interfaces:
Serializable

public class ProcessingException extends Exception
Exception to indicate if processing of input or output data fails.
See Also:
  • Constructor Details

    • ProcessingException

      public ProcessingException()
    • ProcessingException

      public ProcessingException(String message)
    • ProcessingException

      public ProcessingException(Throwable cause)
    • ProcessingException

      public ProcessingException(String message, Throwable cause)