fmpp
Class DataModelBuildingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fmpp.util.ExceptionCC
              extended by fmpp.DataModelBuildingException
All Implemented Interfaces:
java.io.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:
Serialized Form

Constructor Summary
DataModelBuildingException(java.lang.String message)
           
DataModelBuildingException(java.lang.String message, java.lang.Throwable cause)
           
DataModelBuildingException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class fmpp.util.ExceptionCC
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataModelBuildingException

public DataModelBuildingException(java.lang.Throwable cause)

DataModelBuildingException

public DataModelBuildingException(java.lang.String message)

DataModelBuildingException

public DataModelBuildingException(java.lang.String message,
                                  java.lang.Throwable cause)