org.eclipse.xtext.parsetree.reconstr
Class XtextSerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.xtext.parsetree.reconstr.XtextSerializationException
All Implemented Interfaces:
java.io.Serializable

public class XtextSerializationException
extends java.lang.RuntimeException

Author:
Moritz Eysholdt - Initial contribution and API
See Also:
Serialized Form

Constructor Summary
XtextSerializationException(IParseTreeConstructor.TreeConstructionReport report, java.lang.String message)
           
XtextSerializationException(java.lang.String message)
           
 
Method Summary
 IParseTreeConstructor.TreeConstructionReport getReport()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XtextSerializationException

public XtextSerializationException(IParseTreeConstructor.TreeConstructionReport report,
                                   java.lang.String message)

XtextSerializationException

public XtextSerializationException(java.lang.String message)
Method Detail

getReport

public IParseTreeConstructor.TreeConstructionReport getReport()