public class ConfigurationException extends Exception
| Constructor and Description | 
|---|
| ConfigurationException()Creates new  ConfigurationExceptionwithout detail message. | 
| ConfigurationException(String msg)Constructs an  ConfigurationExceptionwith the specified detail message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationException()
ConfigurationException without detail message.public ConfigurationException(String msg)
ConfigurationException with the specified detail message.msg - the detail message.Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.