public class FaceException
extends java.lang.RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
FaceException.Status
Status of FaceSDK exception.
|
Constructor and Description |
---|
FaceException(FaceException.Status status,
java.lang.String message) |
FaceException(java.lang.String raw)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
FaceException.Status |
getStatus()
Get status of FaceSDK exception.
|
java.lang.String |
toString()
Returns string representation of object.
|
public FaceException(java.lang.String raw)
raw
- raw string representation of FaceSDK exception.public FaceException(FaceException.Status status, java.lang.String message)
public FaceException.Status getStatus()
public java.lang.String toString()
toString
in class java.lang.Throwable