fmpp
Class DataModelBuildingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fmpp.util.ExceptionCC
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
| 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 |
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)