public class AlignerException extends ComparisonException
The base class for all exceptions that have occurred in Aligner of different formats
Constructor and Description |
---|
AlignerException()
Initializes a new instance of the AlignerException class.
|
AlignerException(String message)
Initializes a new instance of the AlignerException class with a specified error message.
|
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public AlignerException()
Initializes a new instance of the AlignerException class.
public AlignerException(String message)
Initializes a new instance of the AlignerException class with a specified error message.
message
- the messageCopyright © 2022. All rights reserved.