Package org.apache.vinci.transport
Class LeafCastException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.apache.vinci.transport.LeafCastException
-
- All Implemented Interfaces:
java.io.Serializable
public class LeafCastException extends java.lang.IllegalArgumentException
Special unchecked exception type thrown by FrameLeaf when encountering data type conversion errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LeafCastException()
LeafCastException(java.lang.String message)
-