|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.maven.doxia.book.BookDoxiaException
org.apache.maven.doxia.book.InvalidBookDescriptorException
public class InvalidBookDescriptorException
Indicates that the book descriptor file could not be parsed correctly.
| Constructor Summary | |
|---|---|
InvalidBookDescriptorException(ValidationResult validationResult)
Construct a new InvalidBookDescriptorException and stores the given ValidationResult. |
|
| Method Summary | |
|---|---|
ValidationResult |
getValidationResult()
Return the ValidationResult. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidBookDescriptorException(ValidationResult validationResult)
validationResult - The ValidationResult to store.| Method Detail |
|---|
public ValidationResult getValidationResult()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||