org.apache.maven.plugin.checkstyle
Class CheckstyleExecutorException

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

public class CheckstyleExecutorException
extends Exception

Since:
2.5
Version:
$Id: CheckstyleExecutorException.html 816667 2012-05-08 14:02:08Z hboutemy $
Author:
olamy
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-2011 The Apache Software Foundation. All Rights Reserved.