public class AlignmentModelException extends java.lang.RuntimeException
AlignmentModel.| Constructor and Description |
|---|
AlignmentModelException(AlignmentModel<?> source) |
AlignmentModelException(AlignmentModel<?> source,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
AlignmentModel<?> |
getSource()
Returns the instance of
AlignmentModel that threw this exception. |
public AlignmentModelException(AlignmentModel<?> source)
public AlignmentModelException(AlignmentModel<?> source, java.lang.String message)
public AlignmentModel<?> getSource()
AlignmentModel that threw this exception.