public class

NoSelectionException

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

Summary

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

public NoSelectionException (String message)

public NoSelectionException (Throwable cause)

public NoSelectionException (String message, Throwable cause)