public class ConfigViolationException extends ConfigException
Config
properties. Exceptions of this nature can be resolved
by modifying Config
properties to more permissive values, but are intended to enforce process
requirements so are meant to highlight harder to detect issues.Constructor and Description |
---|
ConfigViolationException(String msg)
Generic exception message.
|
ConfigViolationException(String property,
String msg)
ConfigViolationException is thrown application detects a violation due to a
Config property
setting, such as finding Sample IDs with no corresponding sequence file enforced by
Config ."metadata.useEveryRow" = "Y" |
buildMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigViolationException(String msg)
msg
- Error messagepublic ConfigViolationException(String property, String msg)
Config
property
setting, such as finding Sample IDs with no corresponding sequence file enforced by
Config
."metadata.useEveryRow" = "Y"property
- Config
property namemsg
- Exception message details