public class ConfigurationException extends Exception
Launcher configuration.| Modifier | Constructor and Description | 
|---|---|
| protected  | ConfigurationException(Exception cause) | 
|   | ConfigurationException(String msg)Construct. | 
|   | ConfigurationException(String msg,
                      int lineNo,
                      String line)Construct. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationException(String msg)
msg - The message.public ConfigurationException(String msg, int lineNo, String line)
msg - The message.lineNo - The number of configuraton line where the problem occured.line - The configuration line where the problem occured.protected ConfigurationException(Exception cause)
Copyright © 2002-2014 Codehaus. All Rights Reserved.