public class PluginConfigurationValidatorException extends Exception
Constructor and Description |
---|
PluginConfigurationValidatorException(String filePath,
String message)
Constructor of PluginConfigurationValidatorException
|
PluginConfigurationValidatorException(String filePath,
String message,
Throwable cause)
Constructor of PluginConfigurationValidatorException
|
Modifier and Type | Method and Description |
---|---|
String |
getFilePath() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PluginConfigurationValidatorException(String filePath, String message)
filePath
- must include the protocolmessage
- the detailed messagepublic String getFilePath()
Copyright © 2014. All rights reserved.