Package com.helixframework.delta
Class UnsupportedDeltaFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helixframework.delta.UnsupportedDeltaFormatException
- All Implemented Interfaces:
Serializable
Thrown when serialized delta input uses a format version the library does not support.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedDeltaFormatException(String message) Creates an exception with a format compatibility message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedDeltaFormatException
Creates an exception with a format compatibility message.- Parameters:
message- failure description
-