All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class macondo.mistero.ItemNotStreamableException

macondo.mistero.SpaceException
   |
   +----macondo.mistero.ItemNotStreamableException

public class ItemNotStreamableException
extends SpaceException
Thrown to indicate that an operation has been performed on an object which is not allowed as an item on a tuple.


Constructor Index

 o ItemNotStreamableException()
Constructs a ItemNotStreamableException with no detail message.
 o ItemNotStreamableException(String)
Constructs a ItemNotStreamableException with the specified detail message.

Constructors

 o ItemNotStreamableException
 public ItemNotStreamableException()
Constructs a ItemNotStreamableException with no detail message.

 o ItemNotStreamableException
 public ItemNotStreamableException(String msg)
Constructs a ItemNotStreamableException with the specified detail message.

Parameters:
msg - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index