com.craftar
Class CraftARSDKException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.craftar.CraftARSDKException
-
- All Implemented Interfaces:
- java.io.Serializable
public class CraftARSDKException extends java.lang.Exception
Manages internal exceptions occurred within the CraftAR SDK- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static int
AR_ITEM_EXCEPTION
static int
SDK_CONTENT_EXCEPTION
-
Constructor Summary
Constructors Constructor and Description CraftARSDKException(int exceptionId, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
getExceptionId()
-
-
-
Field Detail
-
SDK_CONTENT_EXCEPTION
public static final int SDK_CONTENT_EXCEPTION
- See Also:
- Constant Field Values
-
AR_ITEM_EXCEPTION
public static final int AR_ITEM_EXCEPTION
- See Also:
- Constant Field Values
-
-