Package org.robovm.apple.corefoundation
Class CFStreamErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.robovm.apple.corefoundation.CFStreamErrorException
- All Implemented Interfaces:
Serializable
public class CFStreamErrorException extends RuntimeException
CFStreamErrorException extends from RuntimeException and wraps CFStreamError.
It is used throughout the Cocoa frameworks on methods that return pointers to CFStreamError.
Use getError() to get the CFStreamError instance that was used to instantiate this exception.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CFStreamErrorException(CFStreamError error) -
Method Summary
Modifier and Type Method Description CFStreamErrorgetError()StringgetMessage()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CFStreamErrorException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getError
-