one.world.core
Class InvalidTupleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--one.world.core.TupleException
                    |
                    +--one.world.core.InvalidTupleException
All Implemented Interfaces:
Serializable

public class InvalidTupleException
extends TupleException

Implementation of an invalid tuple exception. An invalid tuple exception signals that a tuple is invalid, that is, that its data is invalid or inconsistent.

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

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

InvalidTupleException

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

InvalidTupleException

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


(C) Copyright 2001 UW CSE