public class ConvertToDocumentException extends ComparisonException
Base class for exceptions that occur when converting documents
Constructor and Description |
---|
ConvertToDocumentException()
Initializes a new instance of the ConvertToDocumentException class.
|
ConvertToDocumentException(Exception innerExceptions)
Initializes a new instance of the ConvertToDocumentException class with a reference to the inner exception that is the cause of this exception.
|
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ConvertToDocumentException()
Initializes a new instance of the ConvertToDocumentException class.
public ConvertToDocumentException(Exception innerExceptions)
Initializes a new instance of the ConvertToDocumentException class with a reference to the inner exception that is the cause of this exception.
innerExceptions
- the inner exceptionsCopyright © 2022. All rights reserved.