org.openbandy.pref
Class InvalidValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openbandy.pref.InvalidValueException
All Implemented Interfaces:
java.io.Serializable

public class InvalidValueException
extends java.lang.Exception

Exception that is thrown when a value is invalid, e.g. because it is not of the correct type or because it contains reserved symbols.

(c) Copyright P. Bolliger 2007, ALL RIGHTS RESERVED.

Version:
1.0
Author:
Philipp Bolliger (philipp@bolliger.name)
See Also:
Serialized Form

Constructor Summary
InvalidValueException(java.lang.String message)
          Create a new invalid value exception
 
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

InvalidValueException

public InvalidValueException(java.lang.String message)
Create a new invalid value exception

Parameters:
message - Error message