ix.icore.domain
Class MissingValuesException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
ix.icore.domain.MissingValuesException
- All Implemented Interfaces: 
 - java.io.Serializable
 
public class MissingValuesException
- extends java.lang.RuntimeException
 
An exception that can be thrown when a variable, or set of variables,
 cannot be given a value.  The variables must be ItemVars.
- See Also:
 - Serialized Form
 
| 
Field Summary | 
(package private)  java.util.Set | 
unboundVars
 
            | 
 
 
 
| 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 | 
 
unboundVars
java.util.Set unboundVars
MissingValuesException
public MissingValuesException(ItemVar v)
MissingValuesException
public MissingValuesException(java.util.Set vars)
getUnboundVariables
public java.util.Set getUnboundVariables()