org.avis.util
Class IllegalConfigOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalConfigOptionException
public IllegalConfigOptionException(String message)
IllegalConfigOptionException
public IllegalConfigOptionException(String option,
String message)
Copyright © 2008 Matthew Phillips. All Rights Reserved.