org.objectweb.jass.as.exceptions
Class SignalSetNotRegisteredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.jass.as.exceptions.SignalSetNotRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class SignalSetNotRegisteredException
extends java.lang.Exception

This exception is thrown when a request for a SignalSet that has not been registered is received.

Author:
fran Date: Mar 6, 2004 org.objectweb.jass.as.exceptionsSignalSetNotRegisteredException.java
See Also:
Serialized Form

Constructor Summary
SignalSetNotRegisteredException()
           
SignalSetNotRegisteredException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignalSetNotRegisteredException

public SignalSetNotRegisteredException()

SignalSetNotRegisteredException

public SignalSetNotRegisteredException(java.lang.String message)