Class TentackleWurbletsModel

  • All Implemented Interfaces:
    Model

    @Service(org.tentackle.model.Model.class)
    public class TentackleWurbletsModel
    extends ModelImpl
    Extended model aware of heap-files and global loading exception.

    Heap files are files with names starting with a dot.

    Author:
    harald
    • Constructor Detail

      • TentackleWurbletsModel

        public TentackleWurbletsModel()
        Creates a model.
    • Method Detail

      • getLoadingException

        public org.wurbelizer.wurbel.WurbelException getLoadingException()
        Gets the exception that occurred during the initial loading of the model.
        Returns:
        the exception, null if none
      • setLoadingException

        public void setLoadingException​(org.wurbelizer.wurbel.WurbelException loadingException)
        Sets the exception that occurred during the initial loading of the model.
        Parameters:
        loadingException - the exception, null if none