public class

NotAFileException

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

Summary

Public Constructors
NotAFileException()
NotAFileException(String message)
NotAFileException(Throwable cause)
NotAFileException(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 NotAFileException ()

public NotAFileException (String message)

public NotAFileException (Throwable cause)

public NotAFileException (String message, Throwable cause)