objectivehtml.oms.exception
Class InvalidSignalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--objectivehtml.exception.ObjectiveHtmlRuntimeException
                          |
                          +--objectivehtml.oms.exception.OMSRuntimeException
                                |
                                +--objectivehtml.oms.exception.InvalidSignalException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSignalException
extends OMSRuntimeException

This is exception should be thrown when a signal cannot be found.

See Also:
Serialized Form

Constructor Summary
InvalidSignalException()
           
InvalidSignalException(java.lang.String sExceptionMessage)
           
 
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

InvalidSignalException

public InvalidSignalException()

InvalidSignalException

public InvalidSignalException(java.lang.String sExceptionMessage)