Class ConfigValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.thomasjensen.checkstyle.addons.checks.misc.ConfigValidationException
-
- All Implemented Interfaces:
Serializable
public class ConfigValidationException extends Exception
The ModuleDirectoryLayout check's JSON configuration was faulty.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigValidationException(String pMessage)
Constructor.ConfigValidationException(String pMessage, Throwable pCause)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConfigValidationException
public ConfigValidationException(String pMessage)
Constructor.- Parameters:
pMessage
- the message
-
-