Class VerIDCoreException

  • All Implemented Interfaces:
    java.io.Serializable

    public class VerIDCoreException
    extends java.lang.Exception
    Exceptions thrown by the core face detection/recognition library
    Since:
    2.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • VerIDCoreException

        public VerIDCoreException​(VerIDCoreException.Code code)
        Exception constructor
        Parameters:
        code - Error code
        Since:
        2.0.0
      • VerIDCoreException

        public VerIDCoreException​(java.lang.Throwable cause,
                                  VerIDCoreException.Code code)
        Exception constructor
        Parameters:
        cause - Throwable that caused this exception
        code - Error code
        Since:
        2.0.0