jas.plugin
Class NoEventAvailable

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jas.plugin.NoEventAvailable
All Implemented Interfaces:
java.io.Serializable

public class NoEventAvailable
extends java.lang.Exception

Thrown if getCurrentEvent is called when no event is available

See Also:
Plugin.getCurrentEvent(), Serialized Form

Constructor Summary
NoEventAvailable(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoEventAvailable

public NoEventAvailable(java.lang.String message)