com.steptools.stdev
Class SelectTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.steptools.stdev.STDevRuntimeException
                  extended by com.steptools.stdev.SelectTypeException
All Implemented Interfaces:
java.io.Serializable

public class SelectTypeException
extends STDevRuntimeException

Thrown when an inactive slot of a select is accessed.

See Also:
Serialized Form

Constructor Summary
SelectTypeException(Select o)
           
 
Method Summary
 Select getSelect()
           
 
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

SelectTypeException

public SelectTypeException(Select o)
Method Detail

getSelect

public Select getSelect()