citysdk.tourism.client.exceptions
Class InvalidResourceTermException

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

public class InvalidResourceTermException
extends java.lang.Exception

Thrown if a given resource term is not valid

Author:
Pedro Cruz
See Also:
Serialized Form

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

InvalidResourceTermException

public InvalidResourceTermException()

InvalidResourceTermException

public InvalidResourceTermException(java.lang.String arg0)

InvalidResourceTermException

public InvalidResourceTermException(java.lang.Throwable arg0)

InvalidResourceTermException

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