Package 

Interface Warning


  • 
    public interface Warning
    
                        

    Represents a non-fatal warning message that can be raised by a Readium library.

    For example, while parsing an EPUB we, might want to report issues in the publication without failing the whole parsing.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum Warning.SeverityLevel

      Indicates how the user experience might be affected by a warning.

    • Method Summary

      Modifier and Type Method Description
      abstract String getTag() Tag used to group similar warnings together.
      abstract String getMessage() Localized user-facing message describing the issue.
      abstract Warning.SeverityLevel getSeverity() Indicates the severity level of this warning.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait