one.world.core
Class TupleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--one.world.core.TupleException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyExistsException, InvalidTupleException, MalformedTupleException, NoSuchTupleException

public class TupleException
extends Exception

Implementation of a tuple exception. A tuple exception signals an exceptional condition regarding some tuple.

Version:
$Revision: 1.4 $
See Also:
Serialized Form

Constructor Summary
TupleException()
          Create a new tuple exception with no detail message.
TupleException(String msg)
          Create a new tuple exception with the specified detail message.
 
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

TupleException

public TupleException()
Create a new tuple exception with no detail message.

TupleException

public TupleException(String msg)
Create a new tuple exception with the specified detail message.
Parameters:
msg - The detail message.


(C) Copyright 2001 UW CSE