Package ch.bailu.gtk.gsk
Interface SerializationError
public interface SerializationError
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The given data may not exist in
a proper serializationstatic final int
The format can not be identifiedstatic final int
The version of the data is not
understood
-
Field Details
-
UNSUPPORTED_FORMAT
static final int UNSUPPORTED_FORMATThe format can not be identified- See Also:
-
UNSUPPORTED_VERSION
static final int UNSUPPORTED_VERSIONThe version of the data is not
understood- See Also:
-
INVALID_DATA
static final int INVALID_DATAThe given data may not exist in
a proper serialization- See Also:
-