objectivehtml.oms.exception
Class InvalidSlotException

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

public class InvalidSlotException
extends OMSRuntimeException

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

See Also:
Serialized Form

Constructor Summary
InvalidSlotException()
           
InvalidSlotException(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

InvalidSlotException

public InvalidSlotException()

InvalidSlotException

public InvalidSlotException(java.lang.String sExceptionMessage)