Class NativeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.tonic.analysis.execution.invoke.NativeException
-
- All Implemented Interfaces:
Serializable
public class NativeException extends Exception
Exception raised by a native-method handler, carrying the internal name of the guest exception class to materialize.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NativeException(String exceptionClass, String message)Creates an exception to be materialized as the given guest class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExceptionClass()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-