Uses of Class
io.mosip.kernel.core.exception.BaseCheckedException
-
-
Uses of BaseCheckedException in io.mosip.kernel.core.applicanttype.exception
Subclasses of BaseCheckedException in io.mosip.kernel.core.applicanttype.exception Modifier and Type Class Description classInvalidApplicantArgumentExceptionThrown when null/empty/invalid query passed for getting applicant type id. -
Uses of BaseCheckedException in io.mosip.kernel.core.bioapi.exception
Subclasses of BaseCheckedException in io.mosip.kernel.core.bioapi.exception Modifier and Type Class Description classBiometricExceptionThe Class BiometricException. -
Uses of BaseCheckedException in io.mosip.kernel.core.exception
Subclasses of BaseCheckedException in io.mosip.kernel.core.exception Modifier and Type Class Description classDataFormatExceptionclassFileExistsExceptionclassFileNotFoundExceptionclassIOExceptionSignals that an I/O exception of some sort has occurred.
This class is the general class of exceptions produced by failed or interrupted I/O operations.classUnsupportedEncodingExceptionMethods in io.mosip.kernel.core.exception that return BaseCheckedException Modifier and Type Method Description BaseCheckedExceptionBaseCheckedException. addInfo(String errorCode, String errorText)This method add error code and error message. -
Uses of BaseCheckedException in io.mosip.kernel.core.idobjectvalidator.exception
Subclasses of BaseCheckedException in io.mosip.kernel.core.idobjectvalidator.exception Modifier and Type Class Description classIdObjectIOExceptionException class when there is any IO interrupt while reading/converting Id Object String.classIdObjectValidationFailedExceptionException class when there is any interrupt in processing JSON validation.classInvalidIdSchemaException -
Uses of BaseCheckedException in io.mosip.kernel.core.qrcodegenerator.exception
Subclasses of BaseCheckedException in io.mosip.kernel.core.qrcodegenerator.exception Modifier and Type Class Description classQrcodeGenerationExceptionA base class which covers the range of exceptions which may occur when encoding a QRcode using the Writer framework. -
Uses of BaseCheckedException in io.mosip.kernel.core.util.exception
Subclasses of BaseCheckedException in io.mosip.kernel.core.util.exception Modifier and Type Class Description classHashUtilExceptionHashUtilException class wraps the Java BaseCheckedException class to provide checkedexception code for HashUtilclassJsonGenerationExceptionclassJsonMappingExceptionclassJsonParseExceptionclassJsonProcessingException
-