Class InvalidWasmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.stellar.sdk.exception.SdkException
org.stellar.sdk.contract.exception.ContractIntrospectionException
org.stellar.sdk.contract.exception.InvalidWasmException
- All Implemented Interfaces:
Serializable
Raised when a Wasm module or XDR stream cannot be decoded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidWasmException(String message) InvalidWasmException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidWasmException
-
InvalidWasmException
-