Package freemarker.core
Class BugException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
freemarker.core.BugException
- All Implemented Interfaces:
Serializable
An unexpected state was reached that is certainly caused by a bug in FreeMarker.
- Since:
- 2.3.21
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionBugException(int value)
BugException(String message)
BugException(String message, Throwable cause)
BugException(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 Details
-
BugException
public BugException() -
BugException
-
BugException
-
BugException
-
BugException
public BugException(int value)
-