public class

NotAFunctionException

extends RendererException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.priint.comet.renderer.exception.RendererException
         ↳ com.priint.comet.renderer.exception.NotAFunctionException

Summary

Public Constructors
NotAFunctionException()
NotAFunctionException(String message)
NotAFunctionException(Throwable cause)
NotAFunctionException(String message, Throwable cause)
[Expand]
Inherited Methods
From class com.priint.comet.renderer.exception.RendererException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NotAFunctionException ()

public NotAFunctionException (String message)

public NotAFunctionException (Throwable cause)

public NotAFunctionException (String message, Throwable cause)