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