Class Throwable
.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html
public class Throwable : JVMBridgeException<Throwable>, ISerializable, _Exception, IJVMBridgeCore
- Inheritance
-
JVMBridgeExceptionJVMBridgeException<Throwable>Throwable
- Implements
-
IJVMBridgeCore
- Derived
- Inherited Members
-
JVMBridgeException<Throwable>.Convert(JavaException)JVMBridgeException.New(IJavaObject)JVMBridgeException.New<TException>(IJavaObject)JVMBridgeException.IsInstanceOf(IJavaType)JVMBridgeException.IsInstanceOf<T>()JVMBridgeException.StackTraceJVMBridgeException.InnerExceptionJVMBridgeException.DynBridgeInstanceJVMBridgeException.BridgeInstance
Properties
BridgeClassName
public override string BridgeClassName { get; }
Property Value
Cause
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
public Throwable Cause { get; }
Property Value
LocalizedMessage
Creates a localized description of this throwable.
public string LocalizedMessage { get; }
Property Value
Message
Returns the detail message string of this throwable.
public string Message { get; }
Property Value
Methods
AddSuppressed(Throwable)
Appends the specified exception to the exceptions that were suppressed in order to deliver this exception.
public void AddSuppressed(Throwable exception)
Parameters
exception
ThrowableThe exception to be added to the list of suppressed exceptions
FillInStackTrace()
Fills in the execution stack trace.
public Throwable FillInStackTrace()