public class PMDException extends Exception
Constructor and Description |
---|
PMDException(String message)
Creates a new PMD exception with the specified message.
|
PMDException(String message,
Exception reason)
Creates a new PMD exception with the specified message and the given reason as root cause.
|
Modifier and Type | Method and Description |
---|---|
int |
getSeverity() |
void |
setSeverity(int severity) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PMDException(String message)
message
- the messageCopyright © 2002-2015 InfoEther. All Rights Reserved.