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, toString
public InvalidBookDescriptorException(ValidationResult validationResult)
validationResult
- The ValidationResult to store.public ValidationResult getValidationResult()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.