de.anneck.jcast.listeners
Class NoSuchListenerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.anneck.jcast.core.JCastException
                    |
                    +--de.anneck.jcast.listeners.ListenerException
                          |
                          +--de.anneck.jcast.listeners.NoSuchListenerException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchListenerException
extends ListenerException

Version:
$Revision: 1.1 $
Author:
andre@anneck.de
See Also:
Serialized Form

Constructor Summary
NoSuchListenerException()
          Creates new NoSuchListenerException
NoSuchListenerException(java.lang.String msg)
           
 
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

NoSuchListenerException

public NoSuchListenerException()
Creates new NoSuchListenerException

NoSuchListenerException

public NoSuchListenerException(java.lang.String msg)