org.apache.maven.plugin.checkstyle.exec
Class CheckstyleExecutorException

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

public class CheckstyleExecutorException
extends Exception

Since:
2.5
Version:
$Id: CheckstyleExecutorException.html 938569 2015-02-01 15:55:48Z dennisl $
Author:
Olivier Lamy
See Also:
Serialized Form

Constructor Summary
CheckstyleExecutorException()
           
CheckstyleExecutorException(String message)
           
CheckstyleExecutorException(String message, Throwable cause)
           
CheckstyleExecutorException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckstyleExecutorException

public CheckstyleExecutorException()

CheckstyleExecutorException

public CheckstyleExecutorException(String message)
Parameters:
message -

CheckstyleExecutorException

public CheckstyleExecutorException(Throwable cause)
Parameters:
cause -

CheckstyleExecutorException

public CheckstyleExecutorException(String message,
                                   Throwable cause)
Parameters:
message -
cause -


Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.