org.openpermis.policy.io
Interface ProblemReporter


public interface ProblemReporter

Interface to receive non-fatal problem reports from policy reader or writer.

Since:
0.3.0

Method Summary
 void reportProblem(ProblemType type, Object... parameters)
          Reports a non-fatal problem during import/export.
 

Method Detail

reportProblem

void reportProblem(ProblemType type,
                   Object... parameters)
Reports a non-fatal problem during import/export.

Fatal problems during import/export are reported by throwing a PolicyException, this method is used to notify the user of problems encountered that could be dealt with.

Since:
0.3.0


PERMIS Role Based Access Control 0.4.0 (Build 15)
2009/05/20 08:14:59
Copyright (c) 2002-2007 Ergon Informatik AG