Package org.iqtig.packer.shared.error
Class Errors.InputFileIsNotSpecifiedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.iqtig.packer.shared.error.ValidationErrorException
-
- org.iqtig.packer.shared.error.Errors.InputFileIsNotSpecifiedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Errors
public static class Errors.InputFileIsNotSpecifiedException extends ValidationErrorException
"Bei der Schlüsselprüfung muss ein XML-Input-File angegeben werden!"- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Errors.InputFileIsNotSpecifiedException
createInstance()
Creates instance of InputFileIsNotSpecifiedException with message "Bei der Schlüsselprüfung muss ein XML-Input-File angegeben 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.InputFileIsNotSpecifiedException createInstance()
Creates instance of InputFileIsNotSpecifiedException with message "Bei der Schlüsselprüfung muss ein XML-Input-File angegeben werden!"- Returns:
- die spezifische ValidationErrorException
-
-