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