Package org.apache.sis.internal.book
Class BookException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sis.internal.book.BookException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BookException
Creates an exception with the given message.- Parameters:
message
- the exception message.
-