-
- All Implemented Interfaces:
-
java.io.Serializable
public class NativeArgumentsParseException extends JSApplicationCausedNativeException
Exception thrown when a native module method call receives unexpected arguments from JS.
-
-
Constructor Summary
Constructors Constructor Description NativeArgumentsParseException(String detailMessage)
NativeArgumentsParseException(String detailMessage, Throwable t)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-