public class

NoStartTimeException

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

Summary

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

public NoStartTimeException (String message)

public NoStartTimeException (Throwable cause)

public NoStartTimeException (String message, Throwable cause)