uk.ac.starlink.ttools.plot2.config
Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.starlink.ttools.plot2.config.ConfigException
- All Implemented Interfaces:
- Serializable
public class ConfigException
- extends Exception
Exception thrown when a configuration input value is not suitable.
- Since:
- 26 Feb 2013
- Author:
- Mark Taylor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigException
public ConfigException(ConfigKey<?> key,
String msg,
Throwable cause)
- Constructor with chained exception.
- Parameters:
key
- key whose value was being solicited when the error occurredmsg
- error message, may reference value but should not name keycause
- chained exception, if any
ConfigException
public ConfigException(ConfigKey key,
String msg)
- Constructor.
- Parameters:
key
- key whose value was being solicited when the error occurredmsg
- error message, may reference value but should not name key
getConfigKey
public ConfigKey<?> getConfigKey()
- Returns the key whose value this exception applies to.
- Returns:
- config key
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.