Package org.oristool.lello.exception
Class JavaInteropException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.oristool.lello.exception.JavaInteropException
- All Implemented Interfaces:
Serializable
Describes an exceptional event occurred while trying to marshal and unmarshal
data types and function calls between Lello and Java.
- See Also:
-
Constructor Summary
ConstructorDescriptionJavaInteropException
(String message) JavaInteropException
(String message, Throwable cause) JavaInteropException
(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
-
JavaInteropException
public JavaInteropException() -
JavaInteropException
-
JavaInteropException
-
JavaInteropException
-