Klasse UnacceptedKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.nolix.core.errorcontrol.invalidargumentexception.AbstractInvalidArgumentException
ch.nolix.core.errorcontrol.invalidargumentexception.UnacceptedKeyException
- Alle implementierten Schnittstellen:
Serializable
A
UnacceptedKeyException
is a
AbstractInvalidArgumentException
that is supposed to be thrown when a
given key is not accepted.- Version:
- 2020-12-18
- Autor:
- Silvan Wyss
- Siehe auch:
-
Methodenübersicht
Von Klasse geerbte Methoden ch.nolix.core.errorcontrol.invalidargumentexception.AbstractInvalidArgumentException
getArgumentName, getErrorPredicate, getStoredArgument
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methodendetails
-
forKey
- Parameter:
key
- - Can be null.- Gibt zurück:
- a new
UnacceptedKeyException
for the given key.
-