Class EcoreGenException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EcoreGenException
    extends java.lang.Exception
    Custom exception to indicate an error during the generation of a genmodel.
    Author:
    emueller
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EcoreGenException​(java.lang.String msg)
      Constructor.
      EcoreGenException​(java.lang.String msg, java.lang.Throwable cause)
      Constructor with additional cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • EcoreGenException

        public EcoreGenException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - exception message
      • EcoreGenException

        public EcoreGenException​(java.lang.String msg,
                                 java.lang.Throwable cause)
        Constructor with additional cause.
        Parameters:
        msg - exception message
        cause - the cause of the exception