alice.tuplemedium
Class InvalidTupleException

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

public class InvalidTupleException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
InvalidTupleException()
           
 
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

InvalidTupleException

public InvalidTupleException()