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 messagepublic void setSeverity(int severity)
public int getSeverity()
Copyright © 2002-2014 InfoEther. All Rights Reserved.