Package org.aion4j.avm.helper.exception
Class MethodArgsParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.aion4j.avm.helper.exception.MethodArgsParseException
-
- All Implemented Interfaces:
Serializable
public class MethodArgsParseException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MethodArgsParseException(String msg)MethodArgsParseException(String msg, Exception ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-