Klasse AbstractInvalidArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.nolix.core.errorcontrol.invalidargumentexception.AbstractInvalidArgumentException
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
ArgumentBelongsToParentException, ArgumentContainsElementException, ArgumentDoesNotBelongToParentException, ArgumentDoesNotContainElementException, ArgumentDoesNotHaveAttributeException, ArgumentDoesNotSupportMethodException, ArgumentHasAttributeException, ArgumentIsInRangeException, ArgumentIsNotNullException, ArgumentIsNullException, ArgumentIsOutOfRangeException, BiggerArgumentException, ClosedArgumentException, DeletedArgumentException, EmptyArgumentException, EqualArgumentException, InvalidArgumentException, InvalidPortException, NegativeArgumentException, NewArgumentException, NonEmptyArgumentException, NonNegativeArgumentException, NonPositiveArgumentException, PositiveArgumentException, ReferencedArgumentException, SmallerArgumentException, UnacceptedKeyException, UnconnectedArgumentException, UnequalArgumentException, UnrepresentingArgumentException, UnsupportedCaseException
A
AbstractInvalidArgumentException is a RuntimeException that
is supposed to be thrown when a given argument is not valid.
A AbstractInvalidArgumentException stores the argument the
AbstractInvalidArgumentException was created for.
A AbstractInvalidArgumentException stores the name of the argument
the AbstractInvalidArgumentException was created for.- Autor:
- Silvan Wyss
- Siehe auch:
-
Methodenübersicht
Von Klasse geerbte Methoden Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methodendetails
-
getArgumentName
- Gibt zurück:
- the name of the argument of the current
AbstractInvalidArgumentException.
-
getErrorPredicate
- Gibt zurück:
- the error predicate of the current
AbstractInvalidArgumentException.
-
getStoredArgument
- Gibt zurück:
- the argument of the current
AbstractInvalidArgumentException.
-