Class OSStatusException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.robovm.apple.corefoundation.OSStatusException
All Implemented Interfaces:
Serializable

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