public class WrappedUnoException extends RuntimeException
| Constructor and Description |
|---|
WrappedUnoException(com.sun.star.uno.Exception cause)
Constructs a new exception with the specified wrapped exception.
|
WrappedUnoException(@NonNull String message,
com.sun.star.uno.Exception cause)
Constructs a new exception with the specified detail message and wrapped exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WrappedUnoException(@NonNull 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.