alice.logictuple
Class InvalidLogicTupleException

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

public class InvalidLogicTupleException
extends java.lang.Exception

Exception thrown when a malformed logic logic tuple is created or used

See Also:
LogicTuple, Serialized Form

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

InvalidLogicTupleException

public InvalidLogicTupleException()