Package org.iqtig.packer.shared.error
Class Errors.GenKeyAndEncryptAndDecryptAndGetModulusAndCheckKeyParamMissing
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.iqtig.packer.shared.error.ValidationErrorException
-
- org.iqtig.packer.shared.error.Errors.GenKeyAndEncryptAndDecryptAndGetModulusAndCheckKeyParamMissing
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Errors
public static class Errors.GenKeyAndEncryptAndDecryptAndGetModulusAndCheckKeyParamMissing extends ValidationErrorException
"Es muss ein Parameter -g (genkey) -e (encrypt) -d (decrypt) -m (getmodulus) -y (checkkey) gewählt werden!"- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Errors.GenKeyAndEncryptAndDecryptAndGetModulusAndCheckKeyParamMissing
createInstance()
Creates instance of GenKeyAndEncryptAndDecryptParamMissing with message "Es muss ein Parameter -g (genkey) -e (encrypt) -d (decrypt) -m (getmodulus) -y (checkkey) gewählt werden!"-
Methods inherited from class org.iqtig.packer.shared.error.ValidationErrorException
getErrorMessage, getId, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
createInstance
public static Errors.GenKeyAndEncryptAndDecryptAndGetModulusAndCheckKeyParamMissing createInstance()
Creates instance of GenKeyAndEncryptAndDecryptParamMissing with message "Es muss ein Parameter -g (genkey) -e (encrypt) -d (decrypt) -m (getmodulus) -y (checkkey) gewählt werden!"- Returns:
- die spezifische ValidationErrorException
-
-