org.apache.maven.doxia.book
public class InvalidBookDescriptorException extends BookDoxiaException
Version: $Id: InvalidBookDescriptorException.java 572956 2007-09-05 14:22:50Z ltheussl $
| Constructor Summary | |
|---|---|
| InvalidBookDescriptorException(ValidationResult validationResult)
Construct a new InvalidBookDescriptorException and stores the given ValidationResult.
| |
| Method Summary | |
|---|---|
| ValidationResult | getValidationResult()
Return the ValidationResult.
|
Parameters: validationResult The ValidationResult to store.
Returns: the ValidationResult associated with this Exception.