Package org.iqtig.packer.shared.error
Klasse Errors.OnlyOneTagAllowed
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iqtig.packer.shared.error.ValidationErrorException
org.iqtig.packer.shared.error.Errors.OnlyOneTagAllowed
- Alle implementierten Schnittstellen:
Serializable
- Umschließende Klasse:
Errors
"Es ist nur ein tag erlaubt!"
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Errors.OnlyOneTagAllowedCreates instance of OnlyOneTagAllowed with message "Es ist nur ein tag erlaubt!"Von Klasse geerbte Methoden org.iqtig.packer.shared.error.ValidationErrorException
getErrorMessage, getId, getMessageVon Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methodendetails
-
createInstance
Creates instance of OnlyOneTagAllowed with message "Es ist nur ein tag erlaubt!"- Gibt zurück:
- die spezifische ValidationErrorException
-