Interface CompileExceptionHandler
public interface CompileExceptionHandler
handle(CompileException, ModelResource)
is called when a CompileException
occurs
in the ACLPolicyProvider
.
Implement this interface and set the handler via ACLPolicyProvider.setCompileExceptionHandler(CompileExceptionHandler)
to handle the exception.-
Field Summary
-
Method Summary
-
Field Details
-
NULL_HANDLER
-
-
Method Details
-
handle
-