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, toString
public CheckstyleExecutorException()
public CheckstyleExecutorException(String message)
message
- Message of the exception.public CheckstyleExecutorException(Throwable cause)
cause
- Cause of the exception.Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.