Class JavaException
- Namespace
- MASES.JCOBridge.C2JBridge.JVMInterop
- Assembly
- C2JBridge.dll
Encapsulates exceptions from Java.
[Serializable]
public sealed class JavaException : Exception, ISerializable, _Exception
- Inheritance
-
JavaException
- Implements
- Inherited Members
- Extension Methods
Properties
JavaExceptionClass
The JVM exception class name
public string JavaExceptionClass { get; }
Property Value
JavaObject
The reference to JVM exception
public IJavaObject JavaObject { get; }
Property Value
JavaStackTrace
The stack trace from the JVM
public string[] JavaStackTrace { get; }
Property Value
- string[]
Methods
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.