public class InvalidBookDescriptorException extends BookDoxiaException
| Constructor and Description |
|---|
InvalidBookDescriptorException(ValidationResult validationResult)
Construct a new InvalidBookDescriptorException and stores the given ValidationResult.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
getValidationResult()
Return the ValidationResult.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidBookDescriptorException(ValidationResult validationResult)
validationResult - The ValidationResult to store.public ValidationResult getValidationResult()
Copyright © 2005–2014. All rights reserved.