org.eclipse.emf.ecp.ecore.editor.util
Class EcoreGenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.ecp.ecore.editor.util.EcoreGenException
All Implemented Interfaces:
Serializable

public class EcoreGenException
extends Exception

Custom exception to indicate an error during the generation of a genmodel.

Author:
emueller
See Also:
Serialized Form

Constructor Summary
EcoreGenException(String msg)
          Constructor.
EcoreGenException(String msg, Throwable cause)
          Constructor with additional cause.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EcoreGenException

public EcoreGenException(String msg)
Constructor.

Parameters:
msg - exception message

EcoreGenException

public EcoreGenException(String msg,
                         Throwable cause)
Constructor with additional cause.

Parameters:
msg - exception message
cause - the cause of the exception


Copyright © 2015. All Rights Reserved.