org.eclipse.emf.ecp.ecore.editor.util
Class EcoreGenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EcoreGenException
public EcoreGenException(String msg)
- Constructor.
- Parameters:
msg
- exception message
EcoreGenException
public EcoreGenException(String msg,
Throwable cause)
- Constructor with additional cause.
- Parameters:
msg
- exception messagecause
- the cause of the exception
Copyright © 2015. All Rights Reserved.