Package org.aion.avm.userlib.abi
Class ABIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.aion.avm.userlib.abi.ABIException
-
- All Implemented Interfaces:
java.io.Serializable
public class ABIException extends java.lang.RuntimeException
General exception thrown when ABI classes are used incorrectly. A common example of where this is thrown is when an attempt is made to decode a specific type but the data extent describes a different type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ABIException()
ABIException(java.lang.String message)
-