public class SerializationDiagnostic extends Object implements ISerializationDiagnostic
ISerializationDiagnostic.Acceptor, ISerializationDiagnostic.ExceptionDiagnostic, ISerializationDiagnostic.ExceptionThrowingAcceptor, ISerializationDiagnostic.StdErrAcceptor| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.ecore.EObject |
context |
protected org.eclipse.emf.ecore.EStructuralFeature |
feature |
protected String |
message |
protected org.eclipse.emf.ecore.EObject |
semanticObject |
EXCEPTION_DIAGNOSTIC, EXCEPTION_THROWING_ACCEPTOR, STDERR_ACCEPTOR| Constructor and Description |
|---|
SerializationDiagnostic(String id,
org.eclipse.emf.ecore.EObject semanticObject,
AbstractElement element,
String message) |
SerializationDiagnostic(String id,
org.eclipse.emf.ecore.EObject semanticObject,
org.eclipse.emf.ecore.EObject context,
String message) |
SerializationDiagnostic(String id,
org.eclipse.emf.ecore.EObject semanticObject,
org.eclipse.emf.ecore.EStructuralFeature feature,
String message) |
SerializationDiagnostic(String id,
org.eclipse.emf.ecore.EObject semanticObject,
String message) |
| 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 org.eclipse.emf.ecore.EStructuralFeature feature
protected String message
protected org.eclipse.emf.ecore.EObject semanticObject
protected org.eclipse.emf.ecore.EObject context
public SerializationDiagnostic(String id, org.eclipse.emf.ecore.EObject semanticObject, AbstractElement element, String message)
public SerializationDiagnostic(String id, org.eclipse.emf.ecore.EObject semanticObject, org.eclipse.emf.ecore.EStructuralFeature feature, String message)
public SerializationDiagnostic(String id, org.eclipse.emf.ecore.EObject semanticObject, org.eclipse.emf.ecore.EObject context, String message)
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.