Package com.streambase.sb
Class TupleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.streambase.sb.StreamBaseException
-
- com.streambase.sb.TupleException
-
- All Implemented Interfaces:
LocatedItem
,Serializable
- Direct Known Subclasses:
NullValueException
public class TupleException extends StreamBaseException
Tuple manipulation error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TupleException(String message)
ConstructorTupleException(String message, Throwable cause)
ConstructorTupleException(Throwable cause)
Constructor
-
Method Summary
-
Methods inherited from class com.streambase.sb.StreamBaseException
asXmlStringSingle, asXmlStringStrict, asXmlStringStrict, equals, getParams, hashCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TupleException
public TupleException(String message)
Constructor- Parameters:
message
- Message
-
TupleException
public TupleException(String message, Throwable cause)
Constructor- Parameters:
message
- Messagecause
- Cause
-
TupleException
public TupleException(Throwable cause)
Constructor- Parameters:
cause
- Cause
-
-