Package org.robovm.apple.corefoundation
Class CFError
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFError
- All Implemented Interfaces:
AutoCloseable
public class CFError extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFError.CFErrorPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFError() -
Method Summary
Modifier and Type Method Description static CFErrorcreate(String domain, long code, NSDictionary<NSString,NSObject> userInfo)static CFErrorcreate(CFAllocator allocator, String domain, long code, NSDictionary userInfo)static longgetClassTypeID()longgetCode()StringgetDomain()StringgetFailureReason()StringgetRecoverySuggestion()NSDictionarygetUserInfo()Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CFError
protected CFError()
-
-
Method Details
-
create
-
getClassTypeID
public static long getClassTypeID() -
create
public static CFError create(CFAllocator allocator, String domain, long code, NSDictionary userInfo) -
getDomain
-
getCode
public long getCode() -
getUserInfo
-
getFailureReason
-
getRecoverySuggestion
-