com.jbbres.lib.actions.elements
Class InvalidVariableValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jbbres.lib.actions.elements.InvalidVariableValueException
All Implemented Interfaces:
java.io.Serializable

public class InvalidVariableValueException
extends java.lang.Exception

Signals that an incorrect ivalue is trying to be assigned to a variable instance.

Since:
1.0.0
Version:
1.0.0
Author:
Jean-Baptiste Bres
See Also:
VariableService.setValue(Object), Serialized Form

Constructor Summary
InvalidVariableValueException(VariableService service, java.lang.Object value)
          Instantiates a new invalid variable value exception.
 
Method Summary
 java.lang.Object getValue()
          Returns the invalid value
 VariableService getVariableService()
          Returns the variable's service that is throwing the exception.
 
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

InvalidVariableValueException

public InvalidVariableValueException(VariableService service,
                                     java.lang.Object value)
Instantiates a new invalid variable value exception.

Parameters:
service - - the variable's service
value - - the invalid value
Method Detail

getVariableService

public VariableService getVariableService()
Returns the variable's service that is throwing the exception.

Returns:
the variable's service that is throwing the exception.
See Also:
setVariableService(VariableService)

getValue

public java.lang.Object getValue()
Returns the invalid value

Returns:
the invalid value
See Also:
setValue(Object)


To file bugs or suggest feature enhancements, visit the app.jbbres.com Bug Reporter website.

Additional documentation available online at http://app.jbbres.com/actions/developers.

Copyright � 2009-2011 app.jbbres.com. All Rights Reserved.