Class UnknownTypeException

  • All Implemented Interfaces:
    java.io.Serializable, net.ssehub.easy.basics.messages.IIdentifiable

    public class UnknownTypeException
    extends net.ssehub.easy.varModel.model.IvmlException
    A specific exception thrown in case that a type cannot be resolved.
    Author:
    Holger Eichelberger
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CODE  
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownTypeException​(java.lang.String type)
      Creates an instance.
    • Method Summary

      • Methods inherited from class net.ssehub.easy.varModel.model.IvmlException

        getCode, getId
      • 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
      • Methods inherited from interface net.ssehub.easy.basics.messages.IIdentifiable

        getMessage
    • Constructor Detail

      • UnknownTypeException

        public UnknownTypeException​(java.lang.String type)
        Creates an instance.
        Parameters:
        type - the name of the type