public class AlignmentModelException extends RuntimeException
AlignmentModel
.Constructor and Description |
---|
AlignmentModelException(AlignmentModel<?> source) |
AlignmentModelException(AlignmentModel<?> source,
String message) |
Modifier and Type | Method and Description |
---|---|
AlignmentModel<?> |
getSource()
Returns the instance of
AlignmentModel that threw this exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AlignmentModelException(AlignmentModel<?> source)
public AlignmentModelException(AlignmentModel<?> source, String message)
public AlignmentModel<?> getSource()
AlignmentModel
that threw this exception.