citysdk.tourism.client.exceptions
Class InvalidValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by citysdk.tourism.client.exceptions.InvalidValueException
All Implemented Interfaces:
java.io.Serializable

public class InvalidValueException
extends java.lang.Exception

Thrown if a given value is invalid

Author:
Pedro Cruz
See Also:
Serialized Form

Constructor Summary
InvalidValueException()
           
InvalidValueException(java.lang.String arg0)
           
InvalidValueException(java.lang.String arg0, java.lang.Throwable arg1)
           
InvalidValueException(java.lang.Throwable arg0)
           
 
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()

InvalidValueException

public InvalidValueException(java.lang.String arg0)

InvalidValueException

public InvalidValueException(java.lang.Throwable arg0)

InvalidValueException

public InvalidValueException(java.lang.String arg0,
                             java.lang.Throwable arg1)