alice.tuplemedium
Class InvalidTupleTemplateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--alice.tuplemedium.InvalidTupleTemplateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTupleTemplateException
extends java.lang.Exception

This exception is thrown when a not well-formed tuple template is found, for instance when invoking a coordination language primitive with a null tuple template.

See Also:
Serialized Form

Constructor Summary
InvalidTupleTemplateException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidTupleTemplateException

public InvalidTupleTemplateException()