net.java.sip.communicator.impl.neomedia.quicktime
Class NSError
java.lang.Object
net.java.sip.communicator.impl.neomedia.quicktime.NSObject
net.java.sip.communicator.impl.neomedia.quicktime.NSError
public class NSError
- extends NSObject
Represents an Objective-C NSError object.
- Author:
- Lubomir Marinov
|
Constructor Summary |
NSError(long ptr)
Initializes a new NSError instance which is to represent a
specific Objective-C NSError object. |
|
Method Summary |
protected void |
finalize()
Called by the garbage collector to release system resources and perform
other cleanup. |
NSError
public NSError(long ptr)
- Initializes a new NSError instance which is to represent a
specific Objective-C NSError object.
- Parameters:
ptr - the pointer to the Objective-C NSError object to be
represented by the new instance
finalize
protected void finalize()
- Called by the garbage collector to release system resources and perform
other cleanup.
- Overrides:
finalize in class Object
- See Also:
Object.finalize()
SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.