Klasse ArgumentBelongsToParentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.nolix.core.errorcontrol.invalidargumentexception.InvalidArgumentException
ch.nolix.core.errorcontrol.invalidargumentexception.ArgumentBelongsToParentException
- Alle implementierten Schnittstellen:
Serializable
A
ArgumentBelongsToParentException
is a
InvalidArgumentException
that is supposed to be thrown when a given
argument belongs undesirably to a parent.- Version:
- 2019-10-01
- Autor:
- Silvan Wyss
- Siehe auch:
-
Methodenübersicht
Von Klasse geerbte Methoden ch.nolix.core.errorcontrol.invalidargumentexception.InvalidArgumentException
forArgument, forArgumentAndErrorPredicate, forArgumentAndErrorPredicateAndCause, forArgumentNameAndArgument, forArgumentNameAndArgumentAndErrorPredicate, getArgumentName, getErrorPredicate, getStoredArgument
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methodendetails
-
forArgumentAndParent
- Parameter:
argument
-parent
-- Gibt zurück:
- a new
ArgumentBelongsToParentException
for the given argument that belongs to the given parent. - Löst aus:
IllegalArgumentException
- if the given parent is null.
-