public class ModelChangesLoadingFailedException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
failedNoteContent
The content of the note that couldn't be read.
|
int |
lineNumber
The offending line number
|
| Constructor and Description |
|---|
ModelChangesLoadingFailedException(java.lang.Throwable cause,
java.lang.String content,
int line)
Instantiate the exception
|