Class NSErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.robovm.apple.foundation.NSErrorException
All Implemented Interfaces:
Serializable

public class NSErrorException
extends Exception
NSErrorException extends from Exception and wraps NSError. It is used throughout the Cocoa frameworks on methods that return pointers to NSError. Use getError() to get the NSError instance that was used to instantiate this exception.
See Also:
Serialized Form