org.apache.maven.doxia.book

Class BookDoxiaException

public class BookDoxiaException extends Exception

Wraps an exception when rendering books.

Version: $Id: BookDoxiaException.java 572956 2007-09-05 14:22:50Z ltheussl $

Author: Trygve Laugstøl

Constructor Summary
BookDoxiaException(String message)
Construct a new BookDoxiaException with the specified detail message.
BookDoxiaException(String message, Throwable cause)
Construct a new BookDoxiaException with the specified detail message and cause.

Constructor Detail

BookDoxiaException

public BookDoxiaException(String message)
Construct a new BookDoxiaException with the specified detail message.

Parameters: message The detailed message. This can later be retrieved by the Throwable.getMessage() method.

BookDoxiaException

public BookDoxiaException(String message, Throwable cause)
Construct a new BookDoxiaException with the specified detail message and cause.

Parameters: message The detailed message. This can later be retrieved by the Throwable.getMessage() method. cause the cause. This can be retrieved later by the Throwable.getCause() method (a null value is permitted, and indicates that the cause is nonexistent or unknown).

Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.