Class ErrorHandlingUtil
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.util.ErrorHandlingUtil
Temporary. We should cover error handling in a more systematic way.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
processProjectionNotFoundException
(@NotNull ObjectNotFoundException e, @NotNull LensProjectionContext projectionContext) static void
processProjectionNotLoadedException
(MappingLoader.NotLoadedException e, @NotNull LensProjectionContext projectionContext)
-
Constructor Details
-
ErrorHandlingUtil
public ErrorHandlingUtil()
-
-
Method Details
-
processProjectionNotFoundException
public static void processProjectionNotFoundException(@NotNull @NotNull ObjectNotFoundException e, @NotNull @NotNull LensProjectionContext projectionContext) throws ObjectNotFoundException - Throws:
ObjectNotFoundException
-
processProjectionNotLoadedException
public static void processProjectionNotLoadedException(@NotNull MappingLoader.NotLoadedException e, @NotNull @NotNull LensProjectionContext projectionContext)
-