com.jbbres.lib.actions.elements
Class InvalidVariableInstanceNameException

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

public class InvalidVariableInstanceNameException
extends java.lang.Exception

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

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

Constructor Summary
InvalidVariableInstanceNameException(VariableService service, java.lang.String instanceName)
          Instantiates a new invalid variable instance name exception.
 
Method Summary
 java.lang.String getInstanceName()
          Returns the invalid instance name.
 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

InvalidVariableInstanceNameException

public InvalidVariableInstanceNameException(VariableService service,
                                            java.lang.String instanceName)
Instantiates a new invalid variable instance name exception.

Parameters:
service - - the variable's service that is throwing the exception
instanceName - - the invalid instance name
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)

getInstanceName

public java.lang.String getInstanceName()
Returns the invalid instance name.

Returns:
the invalid instance name
See Also:
setInstanceName(String)


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.