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
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