org.avis.util
Class IllegalConfigOptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.avis.util.IllegalConfigOptionException
All Implemented Interfaces:
Serializable

public class IllegalConfigOptionException
extends IllegalArgumentException

Thrown when an illegal option name or value is used in a configuration.

Author:
Matthew Phillips
See Also:
Serialized Form

Constructor Summary
IllegalConfigOptionException(String message)
           
IllegalConfigOptionException(String option, String message)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalConfigOptionException

public IllegalConfigOptionException(String message)

IllegalConfigOptionException

public IllegalConfigOptionException(String option,
                                    String message)


Copyright © 2008 Matthew Phillips. All Rights Reserved.