Klasse UnsupportedCaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.nolix.core.errorcontrol.invalidargumentexception.AbstractInvalidArgumentException
ch.nolix.core.errorcontrol.invalidargumentexception.UnsupportedCaseException
- Alle implementierten Schnittstellen:
Serializable
A
UnsupportedCaseException is a
AbstractInvalidArgumentException that is supposed to be thrown when a
given argument is undesirable not a supported case.- Version:
- 2021-03-23
- Autor:
- Silvan Wyss
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic UnsupportedCaseExceptionstatic UnsupportedCaseExceptionVon Klasse geerbte Methoden ch.nolix.core.errorcontrol.invalidargumentexception.AbstractInvalidArgumentException
getArgumentName, getErrorPredicate, getStoredArgumentVon Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methodendetails
-
forCase
- Parameter:
paramCase-- Gibt zurück:
- a new
UnsupportedCaseExceptionfor the given paramCase. - Löst aus:
RuntimeException- if the given paramCase is null.
-
forCase
- Parameter:
paramCase-- Gibt zurück:
- a new
UnsupportedCaseExceptionfor the given paramCase. - Löst aus:
RuntimeException- if the given pCase is null or blank.
-