Class NSError
- java.lang.Object
-
- org.jitsi.impl.neomedia.quicktime.NSObject
-
- org.jitsi.impl.neomedia.quicktime.NSError
-
public class NSError extends NSObject
Represents an Objective-C NSError object.- Author:
- Lyubomir Marinov
-
-
Constructor Summary
Constructors Constructor Description NSError(long ptr)Initializes a new NSError instance which is to represent a specific Objective-C NSError object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Called by the garbage collector to release system resources and perform other cleanup.
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector to release system resources and perform other cleanup.- Overrides:
finalizein classObject- See Also:
Object.finalize()
-
-