ilog.tgo.model
Class IltInvalidStateValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ilog.tgo.model.IltInvalidStateValueException
All Implemented Interfaces:
Serializable

public class IltInvalidStateValueException
extends RuntimeException

Signals the user is trying to set an invalid state value.

See Also:
Serialized Form

Constructor Summary
IltInvalidStateValueException(IltState state, Object value)
          Constructs an IltInvalidStateValueException with no detail message.
IltInvalidStateValueException(IltState state, Object value, String s)
          Constructs an IltInvalidStateValueException with the specified detail message.
 
Method Summary
 IltState getState()
          Returns the state whose value being set is invalid
 Object getValue()
          Returns the invalid value
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IltInvalidStateValueException

public IltInvalidStateValueException(IltState state,
                                     Object value)
Constructs an IltInvalidStateValueException with no detail message.

Parameters:
state - the state instance whose value is being set
value - invalid value

IltInvalidStateValueException

public IltInvalidStateValueException(IltState state,
                                     Object value,
                                     String s)
Constructs an IltInvalidStateValueException with the specified detail message.

Parameters:
state - the state instance whose value is being set
value - invalid value
Method Detail

getState

public IltState getState()
Returns the state whose value being set is invalid


getValue

public Object getValue()
Returns the invalid value



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.