public class SerializationDiagnostic extends Object implements ISerializationDiagnostic
ISerializationDiagnostic.Acceptor, ISerializationDiagnostic.ExceptionDiagnostic, ISerializationDiagnostic.ExceptionThrowingAcceptor, ISerializationDiagnostic.StdErrAcceptor, ISerializationDiagnostic.ToString| Modifier and Type | Field and Description |
|---|---|
protected ISerializationContext |
context |
protected org.eclipse.emf.ecore.EStructuralFeature |
feature |
protected Grammar |
grammar |
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 sem,
AbstractElement element,
Grammar grammar,
String message) |
SerializationDiagnostic(String id,
org.eclipse.emf.ecore.EObject sem,
AbstractElement ele,
Grammar g,
String msg,
Throwable t) |
SerializationDiagnostic(String id,
org.eclipse.emf.ecore.EObject sem,
org.eclipse.emf.ecore.EObject context,
Grammar grammar,
String message)
|
SerializationDiagnostic(String id,
org.eclipse.emf.ecore.EObject sem,
org.eclipse.emf.ecore.EStructuralFeature f,
Grammar g,
String message) |
SerializationDiagnostic(String id,
org.eclipse.emf.ecore.EObject sem,
org.eclipse.emf.ecore.EStructuralFeature f,
Grammar g,
String m,
Throwable t) |
SerializationDiagnostic(String id,
org.eclipse.emf.ecore.EObject semanticObject,
Grammar grammar,
String message) |
SerializationDiagnostic(String id,
org.eclipse.emf.ecore.EObject sem,
ISerializationContext context,
Grammar grammar,
String message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
breaksSyntax() |
org.eclipse.emf.ecore.EObject |
getContext()
Deprecated.
|
org.eclipse.emf.ecore.EStructuralFeature |
getEStructuralFeature() |
Throwable |
getException() |
Grammar |
getGrammar() |
ISerializationContext |
getIContext() |
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 Grammar grammar
protected ISerializationContext context
public SerializationDiagnostic(String id, org.eclipse.emf.ecore.EObject sem, AbstractElement ele, Grammar g, String msg, Throwable t)
public SerializationDiagnostic(String id, org.eclipse.emf.ecore.EObject sem, AbstractElement element, Grammar grammar, String message)
public SerializationDiagnostic(String id, org.eclipse.emf.ecore.EObject sem, org.eclipse.emf.ecore.EStructuralFeature f, Grammar g, String message)
public SerializationDiagnostic(String id, org.eclipse.emf.ecore.EObject sem, org.eclipse.emf.ecore.EStructuralFeature f, Grammar g, String m, Throwable t)
@Deprecated public SerializationDiagnostic(String id, org.eclipse.emf.ecore.EObject sem, org.eclipse.emf.ecore.EObject context, Grammar grammar, String message)
public SerializationDiagnostic(String id, org.eclipse.emf.ecore.EObject sem, ISerializationContext context, Grammar grammar, 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 ISerializationDiagnostic@Deprecated public org.eclipse.emf.ecore.EObject getContext()
getContext in interface ISerializationDiagnosticpublic ISerializationContext getIContext()
getIContext in interface ISerializationDiagnosticpublic Grammar getGrammar()
getGrammar in interface ISerializationDiagnosticpublic String getId()
getId in interface ISerializationDiagnosticpublic org.eclipse.emf.ecore.EStructuralFeature getEStructuralFeature()
getEStructuralFeature in interface ISerializationDiagnosticCopyright © 2015. All Rights Reserved.