org.apache.maven.plugin.checkstyle.exec
Class CheckstyleExecutorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.