Class CheckstyleExecutorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorException
All Implemented Interfaces:
Serializable

public class CheckstyleExecutorException extends Exception
Since:
2.5
Version:
$Id$
See Also:
  • Field Details

  • Constructor Details

    • CheckstyleExecutorException

      public CheckstyleExecutorException()
    • CheckstyleExecutorException

      public CheckstyleExecutorException(String message)
      Parameters:
      message - Message of the exception.
    • CheckstyleExecutorException

      public CheckstyleExecutorException(Throwable cause)
      Parameters:
      cause - Cause of the exception.
    • CheckstyleExecutorException

      public CheckstyleExecutorException(String message, Throwable cause)
      Parameters:
      message - Message of the exception.
      cause - Cause of the exception.