Package cern.dip
Class TypeMismatch
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cern.dip.DipException
-
- cern.dip.TypeMismatch
-
- All Implemented Interfaces:
java.io.Serializable
public class TypeMismatch extends DipException
Thrown by "extract" methods of the Data and DataEntry class to indicate that the actual type of the contained data does not correspond to the expected type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeMismatch()
TypeMismatch(java.lang.String msg)
-