Package com.regula.facesdk.exception
Class FaceCaptureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.regula.facesdk.exception.FaceCaptureException
-
- All Implemented Interfaces:
java.io.Serializable
public final class FaceCaptureException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FaceCaptureException(FaceCaptureErrorCode code)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FaceCaptureErrorCode
getErrorCode()
java.lang.String
getMessage()
-
-
-
Constructor Detail
-
FaceCaptureException
public FaceCaptureException(FaceCaptureErrorCode code)
-
-
Method Detail
-
getErrorCode
public FaceCaptureErrorCode getErrorCode()
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
-