public class OkapiMisAlignmentException extends OkapiException
| Constructor and Description |
|---|
OkapiMisAlignmentException()
Creates an empty new OkapiMisAlignmentException object.
|
OkapiMisAlignmentException(String message)
Creates a new OkapiMisAlignmentException object with a given message.
|
OkapiMisAlignmentException(String message,
Throwable cause)
Creates a new OkapiMisAlignmentException object with a given message
and a given parent exception cause.
|
OkapiMisAlignmentException(Throwable cause)
Creates a new OkapiMisAlignmentException object with a given parent
exception cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OkapiMisAlignmentException()
public OkapiMisAlignmentException(String message)
message - text of the message.public OkapiMisAlignmentException(Throwable cause)
cause - the parent exception cause.Copyright © 2022. All rights reserved.