Class BugException

All Implemented Interfaces:
Serializable

public class BugException extends RuntimeException
An unexpected state was reached that is certainly caused by a bug in FreeMarker.
Since:
2.3.21
See Also:
Serialized Form
  • Constructor Details

    • BugException

      public BugException()
    • BugException

      public BugException(String message)
    • BugException

      public BugException(Throwable cause)
    • BugException

      public BugException(String message, Throwable cause)
    • BugException

      public BugException(int value)