public class ExceptionDiagnostic extends Object implements Diagnostic
LINKING_DIAGNOSTIC, SYNTAX_DIAGNOSITC, SYNTAX_DIAGNOSTIC, SYNTAX_DIAGNOSTIC_WITH_RANGE| Constructor and Description |
|---|
ExceptionDiagnostic(Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
Exception |
getException() |
int |
getLength()
Returns the length of this diagnostic.
|
int |
getLine() |
String |
getLocation() |
String |
getMessage() |
int |
getOffset()
Returns the offset of this diagnostic.
|
String |
toString() |
public ExceptionDiagnostic(Exception exception)
public int getLength()
DiagnosticgetLength in interface Diagnosticpublic int getOffset()
DiagnosticgetOffset in interface Diagnosticpublic int getColumn()
getColumn in interface org.eclipse.emf.ecore.resource.Resource.Diagnosticpublic int getLine()
getLine in interface org.eclipse.emf.ecore.resource.Resource.Diagnosticpublic String getLocation()
getLocation in interface org.eclipse.emf.ecore.resource.Resource.Diagnosticpublic String getMessage()
getMessage in interface org.eclipse.emf.ecore.resource.Resource.Diagnosticpublic Exception getException()
Copyright © 2015. All Rights Reserved.