Class BookException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sis.internal.book.BookException
All Implemented Interfaces:
Serializable

public class BookException extends Exception
Thrown when an error is found in the content of the HTML files used for building the developer guide.
Since:
0.7
Version:
0.7
See Also:
  • Constructor Details

    • BookException

      public BookException(String message)
      Creates an exception with the given message.
      Parameters:
      message - the exception message.