Package fmpp

Class DataModelBuildingException

All Implemented Interfaces:
Serializable

public class DataModelBuildingException extends ExceptionCC
Error while trying to build the data-model for a template. Usually you meet this exception as the root cause of a ProcessingException
See Also:
  • Constructor Details

    • DataModelBuildingException

      public DataModelBuildingException(Throwable cause)
    • DataModelBuildingException

      public DataModelBuildingException(String message)
    • DataModelBuildingException

      public DataModelBuildingException(String message, Throwable cause)