org.crosswire.jsword.book
Class DataPolice

java.lang.Object
  extended by org.crosswire.jsword.book.DataPolice

public final class DataPolice
extends Object

When we can't convert some source data then the user doesn't really care and just wants it to work, but it would be good to have some way to get the problems fixed, so as a start point we report them through this class.

Author:
Joe Walker
See Also:
The GNU Lesser General Public License for details.

Field Summary
private static org.slf4j.Logger log
          The log stream
 
Constructor Summary
private DataPolice()
          Prevent instantiation
 
Method Summary
static void report(Book book, Key key, String message)
          Report a message against the current book and key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.slf4j.Logger log
The log stream

Constructor Detail

DataPolice

private DataPolice()
Prevent instantiation

Method Detail

report

public static void report(Book book,
                          Key key,
                          String message)
Report a message against the current book and key.

Parameters:
book - the book against which to report
key - the key against which to report
message - the police report.

Copyright ยจ 2003-2015