org.quattor.pan.exceptions
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.quattor.pan.exceptions.ConfigurationException
- All Implemented Interfaces:
- Serializable
public class ConfigurationException
- extends Exception
Identifies a problem with the configuration of the compiler. This is usually
the result of inconsistent or incomplete options being given.
- Author:
- loomis
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigurationException
protected ConfigurationException(String message)
create
public static ConfigurationException create(String msgkey,
Object... args)
Copyright © 2012 Quattor. All Rights Reserved.