org.eclipse.ocl.examples.xtext.base.utilities
Class CS2PivotLinker.DiagnosticWrappedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.emf.common.util.WrappedException
                  extended by org.eclipse.ocl.examples.xtext.base.utilities.CS2PivotLinker.DiagnosticWrappedException
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.ecore.resource.Resource.Diagnostic
Enclosing class:
CS2PivotLinker

public static class CS2PivotLinker.DiagnosticWrappedException
extends org.eclipse.emf.common.util.WrappedException
implements org.eclipse.emf.ecore.resource.Resource.Diagnostic

See Also:
Serialized Form

Constructor Summary
CS2PivotLinker.DiagnosticWrappedException(java.lang.Exception exception)
           
 
Method Summary
 int getColumn()
           
 int getLine()
           
 java.lang.String getLocation()
           
 
Methods inherited from class org.eclipse.emf.common.util.WrappedException
exception
 
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
 
Methods inherited from interface org.eclipse.emf.ecore.resource.Resource.Diagnostic
getMessage
 

Constructor Detail

CS2PivotLinker.DiagnosticWrappedException

public CS2PivotLinker.DiagnosticWrappedException(java.lang.Exception exception)
Method Detail

getLocation

public java.lang.String getLocation()
Specified by:
getLocation in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic

getColumn

public int getColumn()
Specified by:
getColumn in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic

getLine

public int getLine()
Specified by:
getLine in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic