Klasse ArgumentDoesNotSupportMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.nolix.core.errorcontrol.invalidargumentexception.InvalidArgumentException
ch.nolix.core.errorcontrol.invalidargumentexception.ArgumentDoesNotSupportMethodException
- Alle implementierten Schnittstellen:
Serializable
A
ArgumentDoesNotSupportMethodException
is a
InvalidArgumentException
that is supposed to be thrown when a given
argument does undesirably not support an invoked method.- Version:
- 2019-02-03
- Autor:
- Silvan Wyss
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungforArgumentAndMethodName
(Object argument, String methodName) 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
-
forArgumentAndMethodName
public static ArgumentDoesNotSupportMethodException forArgumentAndMethodName(Object argument, String methodName) - Parameter:
argument
-methodName
-- Gibt zurück:
- new
ArgumentDoesNotSupportMethodException
for the given argument and methodName. - Löst aus:
IllegalArgumentException
- if the given methodName is null.IllegalArgumentException
- if the given methodName is blank.
-