Package org.iqtig.packer.shared.error
Class Errors.ChooseCryptionOrZipOption
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.iqtig.packer.shared.error.ValidationErrorException
-
- org.iqtig.packer.shared.error.Errors.ChooseCryptionOrZipOption
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Errors
public static class Errors.ChooseCryptionOrZipOption extends ValidationErrorException
"Eine Option (Ver-/Entschlüsselung und/oder Ver-/Entpacken) wählen."- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Errors.ChooseCryptionOrZipOption
createInstance()
Creates instance of ChooseCryptionOrZipOption with message "Eine Option (Ver-/Entschlüsselung und/oder Ver-/Entpacken) wählen."-
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.ChooseCryptionOrZipOption createInstance()
Creates instance of ChooseCryptionOrZipOption with message "Eine Option (Ver-/Entschlüsselung und/oder Ver-/Entpacken) wählen."- Returns:
- die spezifische ValidationErrorException
-
-