org.quattor.pan.exceptions
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.quattor.pan.exceptions.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.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

Constructor Summary
protected ConfigurationException(java.lang.String message)
           
 
Method Summary
static ConfigurationException create(java.lang.String msgkey, java.lang.Object... args)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

protected ConfigurationException(java.lang.String message)
Method Detail

create

public static ConfigurationException create(java.lang.String msgkey,
                                            java.lang.Object... args)


Copyright © 2011 Quattor. All Rights Reserved.