public static class ISerializationDiagnostic.ExceptionDiagnostic extends Object implements ISerializationDiagnostic
ISerializationDiagnostic.Acceptor, ISerializationDiagnostic.ExceptionDiagnostic, ISerializationDiagnostic.ExceptionThrowingAcceptor, ISerializationDiagnostic.StdErrAcceptor| Modifier and Type | Field and Description |
|---|---|
protected Throwable |
exception |
EXCEPTION_DIAGNOSTIC, EXCEPTION_THROWING_ACCEPTOR, STDERR_ACCEPTOR| Constructor and Description |
|---|
ISerializationDiagnostic.ExceptionDiagnostic(Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
breaksSyntax() |
org.eclipse.emf.ecore.EObject |
getContext() |
Throwable |
getException() |
String |
getId() |
String |
getMessage() |
org.eclipse.emf.ecore.EObject |
getSemanticObject() |
protected Throwable exception
public ISerializationDiagnostic.ExceptionDiagnostic(Throwable exception)
public boolean breaksSyntax()
breaksSyntax in interface ISerializationDiagnosticpublic Throwable getException()
getException in interface ISerializationDiagnosticpublic 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 String getId()
getId in interface ISerializationDiagnosticCopyright © 2015. All Rights Reserved.