Class UnsupportedNumberClassException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
freemarker.template.utility.UnsupportedNumberClassException
All Implemented Interfaces:
Serializable

public class UnsupportedNumberClassException extends RuntimeException
Thrown when FreeMarker runs into a Number subclass that it doesn't yet support.
See Also:
Serialized Form
  • Constructor Details

    • UnsupportedNumberClassException

      public UnsupportedNumberClassException(Class pClass)
  • Method Details

    • getUnsupportedClass

      public Class getUnsupportedClass()