public class CheckstyleExecutorException extends Exception
| Constructor and Description | 
|---|
| CheckstyleExecutorException() | 
| CheckstyleExecutorException(String message) | 
| CheckstyleExecutorException(String message,
                           Throwable cause) | 
| CheckstyleExecutorException(Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CheckstyleExecutorException()
public CheckstyleExecutorException(String message)
message - Message of the exception.public CheckstyleExecutorException(Throwable cause)
cause - Cause of the exception.Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.