public static class ISerializationDiagnostic.ExceptionDiagnostic extends java.lang.Object implements ISerializationDiagnostic
ISerializationDiagnostic.Acceptor, ISerializationDiagnostic.ExceptionDiagnostic, ISerializationDiagnostic.ExceptionThrowingAcceptor, ISerializationDiagnostic.StdErrAcceptor| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Throwable |
exception |
EXCEPTION_DIAGNOSTIC, EXCEPTION_THROWING_ACCEPTOR, STDERR_ACCEPTOR| Constructor and Description |
|---|
ISerializationDiagnostic.ExceptionDiagnostic(java.lang.Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
breaksSyntax() |
org.eclipse.emf.ecore.EObject |
getContext() |
java.lang.Throwable |
getException() |
java.lang.String |
getId() |
java.lang.String |
getMessage() |
org.eclipse.emf.ecore.EObject |
getSemanticObject() |
public ISerializationDiagnostic.ExceptionDiagnostic(java.lang.Throwable exception)
public boolean breaksSyntax()
breaksSyntax in interface ISerializationDiagnosticpublic java.lang.Throwable getException()
getException in interface ISerializationDiagnosticpublic java.lang.String getMessage()
getMessage in interface ISerializationDiagnosticpublic org.eclipse.emf.ecore.EObject getSemanticObject()
getSemanticObject in interface ISerializationDiagnosticpublic org.eclipse.emf.ecore.EObject getContext()
getContext in interface ISerializationDiagnosticpublic java.lang.String getId()
getId in interface ISerializationDiagnostic