java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.optional.cms.impl.publish.output.freemarker.postprocessing.DocumentException
All Implemented Interfaces:
Serializable

public class DocumentException extends RuntimeException
See Also:
  • Constructor Details

    • DocumentException

      public DocumentException(String message)
    • DocumentException

      public DocumentException(String message, Throwable cause)
    • DocumentException

      public DocumentException(Throwable cause)
    • DocumentException

      public DocumentException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)