Package org.robovm.libimobiledevice
Class LibIMobileDeviceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.robovm.libimobiledevice.LibIMobileDeviceException
- All Implemented Interfaces:
java.io.Serializable
public class LibIMobileDeviceException
extends java.lang.RuntimeException
Exception thrown by the libimobiledevice bindings on errors.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LibIMobileDeviceException(int errorCode)LibIMobileDeviceException(int errorCode, java.lang.String message)LibIMobileDeviceException(java.lang.String message) -
Method Summary
Modifier and Type Method Description intgetErrorCode()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
LibIMobileDeviceException
public LibIMobileDeviceException(int errorCode) -
LibIMobileDeviceException
public LibIMobileDeviceException(java.lang.String message) -
LibIMobileDeviceException
public LibIMobileDeviceException(int errorCode, java.lang.String message)
-
-
Method Details
-
getErrorCode
public int getErrorCode()
-