All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class macondo.mistero.collections.IllegalTupleException

macondo.mistero.collections.IllegalTupleException

public class IllegalTupleException
IllegalTupleException is thrown by TupleCollection.add when an attempt is made to place in the collection a tuple with a wrong pattern.


Constructor Index

 o IllegalTupleException()
Throws a new IllegalTupleException with no detail message.
 o IllegalTupleException(String)
Throws a new IllegalTupleException with the specified detail message.

Constructors

 o IllegalTupleException
 public IllegalTupleException()
Throws a new IllegalTupleException with no detail message.

 o IllegalTupleException
 public IllegalTupleException(String msg)
Throws a new IllegalTupleException with the specified detail message.

Parameters:
msg - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index