Package ch.nolix.core.errorcontrol.invalidargumentexception
package ch.nolix.core.errorcontrol.invalidargumentexception
-
AusnahmeklassenKlasseBeschreibungA
AbstractInvalidArgumentException
is aRuntimeException
that is supposed to be thrown when a given argument is not valid.AArgumentBelongsToParentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument belongs undesirably to a parent.AArgumentContainsElementException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument contains undesirably a given element.AArgumentDoesNotBelongToParentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument does undesirably not belong to a parent.AArgumentDoesNotContainElementException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument does undesirably not contain a given element.AArgumentDoesNotHaveAttributeException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument does undesirably not have a given attribute.AArgumentDoesNotSupportMethodException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument does undesirably not support an invoked method.AArgumentHasAttributeException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument has undesirably a given attribute.AArgumentIsInRangeException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given value is undesirably in a given range.AArgumentIsNotNullException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirably not (!)AArgumentIsNullException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirably null.AArgumentIsOutOfRangeException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirably not in a given range.ABiggerArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirably bigger than a given max.AClosedArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when an argument is undesirably closed.ADeletedArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirably deleted.AEmptyArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirably empty.AEqualArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument equals undesirably a given value.AInvalidPortException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given port is not valid.ANegativeArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirably negative.ANewArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirably new.ANonEmptyArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirably not (!)ANonNegativeArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirably not (!)ANonPositiveArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirably not (!)APositiveArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirably positive.AReferencedArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirably referenced.ASmallerArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirably smaller than a given min.AUnacceptedKeyException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given key is not accepted.AUnconnectedArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirable not connected.AUnequalArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument does undesirably not equal a given value.AUnrepresentingArgumentException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument does undesirable not represent an object of a given type.AUnsupportedCaseException
is aAbstractInvalidArgumentException
that is supposed to be thrown when a given argument is undesirable not a supported case.