Klasse IllegalAccessErrorMapper
java.lang.Object
ch.nolix.core.errorcontrol.errormapping.IllegalAccessErrorMapper
Of the
IllegalAccessErrorMapper an instance cannot be created.- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic IllegalAccessErrormapIllegalAccessExceptionToIllegalAccessError(IllegalAccessException illegalAccessException)
-
Methodendetails
-
mapIllegalAccessExceptionToIllegalAccessError
public static IllegalAccessError mapIllegalAccessExceptionToIllegalAccessError(IllegalAccessException illegalAccessException) - Parameter:
illegalAccessException-- Gibt zurück:
- a new
IllegalAccessErrorfor the given illegalAccessException. - Löst aus:
RuntimeException- if the given illegalAccessException is null.
-