checks
Class NoIStepException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--checks.CheckException
                    |
                    +--checks.NoIStepException
All Implemented Interfaces:
java.io.Serializable

public class NoIStepException
extends CheckException

See Also:
Serialized Form

Fields inherited from class checks.CheckException
nachricht
 
Constructor Summary
NoIStepException()
           
 
Methods inherited from class checks.CheckException
get_Nachricht
 
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

NoIStepException

public NoIStepException()