Class ErrorCodeConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.exasol.errorcodecrawlermavenplugin.config.ErrorCodeConfigException
-
- All Implemented Interfaces:
Serializable
public class ErrorCodeConfigException extends Exception
Exception that is thrown on an invalid errorCodeConfig.yml- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorCodeConfigException(String message)Create a new instance ofErrorCodeConfigException.ErrorCodeConfigException(String message, Throwable cause)Create a new instance ofErrorCodeConfigException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ErrorCodeConfigException
public ErrorCodeConfigException(String message)
Create a new instance ofErrorCodeConfigException.- Parameters:
message- exception message
-
ErrorCodeConfigException
public ErrorCodeConfigException(String message, Throwable cause)
Create a new instance ofErrorCodeConfigException.- Parameters:
message- exception messagecause- exception cause
-
-