org.apache.ode.bpel.evar
Class IncompleteKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.ode.bpel.evar.ExternalVariableModuleException
              extended by org.apache.ode.bpel.evar.IncompleteKeyException
All Implemented Interfaces:
java.io.Serializable

public class IncompleteKeyException
extends ExternalVariableModuleException

Exception used to indicate that an attempt was made to access a variable using an incomplete key.

See Also:
Serialized Form

Constructor Summary
IncompleteKeyException(java.util.Collection<java.lang.String> missing)
           
 
Method Summary
 java.util.Collection<java.lang.String> getMissing()
           
 
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

IncompleteKeyException

public IncompleteKeyException(java.util.Collection<java.lang.String> missing)
Method Detail

getMissing

public java.util.Collection<java.lang.String> getMissing()