Class OSStatusException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OSStatusException
    extends java.lang.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