Package org.iqtig.packer.shared.error
Class ValidationErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.iqtig.packer.shared.error.ValidationErrorException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Errors.ChooseCryptionOrZipOption
,Errors.CryptoPasswordIsMissing
,Errors.DataToEncryptAreCorrupt
,Errors.DecryptAndEncrpytIsProhibited
,Errors.DecryptAndZipIsProhibited
,Errors.DecryptionFailed
,Errors.DecryptionPasswordCouldBeInvalid
,Errors.DecryptionPasswordIsInvalid
,Errors.EncryptAndUnzipIsProhibited
,Errors.EncryptionPasswordIsInsufficient
,Errors.EncryptTagOrDecrpytTagIsMissing
,Errors.ExactlyOneKeyNeeded
,Errors.ExactlyOneTagNeeded
,Errors.GenKeyAndEncryptAndDecryptAndGetModulusAndCheckKeyParamMissing
,Errors.InputFileIOException
,Errors.InputFileIsDirectory
,Errors.InputFileIsEmpty
,Errors.InputFileIsMissing
,Errors.InputFileIsNotSpecifiedException
,Errors.InputFilesAreMissing
,Errors.InternalErrorOccured
,Errors.KeyFileNotFound
,Errors.KeyIOException
,Errors.KeystoreFileNotFound
,Errors.KeyTagIsMissing
,Errors.OnlyOneKeyAllowed
,Errors.OnlyOneTagAllowed
,Errors.OutputDirectoryDoesNotExist
,Errors.OutputFileCreationFailed
,Errors.PrivateKeyFileIsErroneous
,Errors.PublicKeyFileIsErroneous
,Errors.PublicKeyFileIsNotSpecifiedException
,Errors.TagIsNotSpecifiedException
,Errors.TPackerFileNotValid
,Errors.TPackerFileValidationFailed
,Errors.XMLParserConfigurationException
,Errors.ZipAndUnzipIsProhibited
public class ValidationErrorException extends RuntimeException
Geklont von org.iqtig.utils.common_api.Oberklasse aller Error-Klassen. Ermöglicht ein allgemeines Abfangen und Werfen aller Error-Klassen.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationErrorException(int id, String errorMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorMessage()
int
getId()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ValidationErrorException
public ValidationErrorException(int id, String errorMessage)
-
-
Method Detail
-
getId
public int getId()
-
getErrorMessage
public String getErrorMessage()
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-