Class DocumentTemplateRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.silverpeas.kernel.SilverpeasRuntimeException
-
- org.silverpeas.core.documenttemplate.DocumentTemplateRuntimeException
-
- All Implemented Interfaces:
Serializable
public class DocumentTemplateRuntimeException extends org.silverpeas.kernel.SilverpeasRuntimeException
Runtime exception dedicated to document template management.- Author:
- silveryocha
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentTemplateRuntimeException(String message)
DocumentTemplateRuntimeException(String message, Throwable cause)
DocumentTemplateRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DocumentTemplateRuntimeException
public DocumentTemplateRuntimeException(String message)
-
DocumentTemplateRuntimeException
public DocumentTemplateRuntimeException(String message, Throwable cause)
-
DocumentTemplateRuntimeException
public DocumentTemplateRuntimeException(Throwable cause)
-
-