public class NSErrorException extends Exception
| Constructor and Description |
|---|
NSErrorException(long errorPtr)
Initializes a new NSErrorException instance which is to report a
specific Objective-C NSError.
|
NSErrorException(NSError error)
Initializes a new NSErrorException instance which is to report a
specific NSError.
|
| Modifier and Type | Method and Description |
|---|---|
NSError |
getError()
Gets the NSError reported by this instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NSErrorException(long errorPtr)
errorPtr - the pointer to the Objective-C NSError object to
be reported by the new instancepublic NSErrorException(NSError error)
error - the NSError to be reported by the new instancepublic NSError getError()
Copyright © 2021 jitsi.org. All rights reserved.