Klasse UnsupportedCaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.nolix.core.errorcontrol.invalidargumentexception.InvalidArgumentException
ch.nolix.core.errorcontrol.invalidargumentexception.UnsupportedCaseException
- Alle implementierten Schnittstellen:
Serializable
A
UnsupportedCaseException
is a InvalidArgumentException
that
is supposed to be thrown when a given argument does support a certain case.- Version:
- 2021-03-23
- Autor:
- Silvan Wyss
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic UnsupportedCaseException
static UnsupportedCaseException
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
-
forCase
- Parameter:
pCase
-- Gibt zurück:
- a new
UnsupportedCaseException
for the given pCase. - Löst aus:
IllegalArgumentException
- if the given pCase is null.
-
forCase
- Parameter:
pCase
-- Gibt zurück:
- a new
UnsupportedCaseException
for the given pCase. - Löst aus:
IllegalArgumentException
- if the given pCase is null.IllegalArgumentException
- if the given pCase is blank.
-