public class WrappedUnoException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
WrappedUnoException(com.sun.star.uno.Exception cause)
Constructs a new exception with the specified wrapped exception.
|
WrappedUnoException(@NonNull java.lang.String message,
com.sun.star.uno.Exception cause)
Constructs a new exception with the specified detail message and wrapped exception.
|
public WrappedUnoException(@NonNull java.lang.String message,
com.sun.star.uno.Exception cause)
message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method).cause - The cause (which is saved for later retrieval by the Throwable.getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or
unknown.)public WrappedUnoException(com.sun.star.uno.Exception cause)
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or
unknown.)Copyright © 2022 - present; JODConverter. All rights reserved.