net.sf.whatsnew.exceptions
Class InvalidOptionValue

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sf.whatsnew.exceptions.AppException
                    |
                    +--net.sf.whatsnew.exceptions.InvalidOptionValue
All Implemented Interfaces:
java.io.Serializable

public class InvalidOptionValue
extends AppException

Invalid option exception

Version:
$Id: InvalidOptionValue.java,v 1.1 2004/05/13 01:22:39 dquintela Exp $
Author:
Diogo Quintela
See Also:
Serialized Form

Constructor Summary
InvalidOptionValue()
          Creates a new InvalidOptionValue object.
InvalidOptionValue(java.lang.String key)
          Creates a new InvalidOptionValue object.
InvalidOptionValue(java.lang.String value, boolean useBundle)
          Creates a new InvalidOptionValue object.
 
Methods inherited from class net.sf.whatsnew.exceptions.AppException
print
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidOptionValue

public InvalidOptionValue()
Creates a new InvalidOptionValue object.

InvalidOptionValue

public InvalidOptionValue(java.lang.String key)
Creates a new InvalidOptionValue object.
Parameters:
key - the detail message.

InvalidOptionValue

public InvalidOptionValue(java.lang.String value,
                          boolean useBundle)
Creates a new InvalidOptionValue object.
Parameters:
value - The value for the key or the message
useBundle - true, value will be used as message identifier, false, value will be message associated with exception


Copyright © 2004 Sourceforge. All Rights Reserved.