main
Class NoInputException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--main.NoInputException
All Implemented Interfaces:
java.io.Serializable

public class NoInputException
extends java.io.IOException

Exception, die den Fall beschreibt, dass keine Parameter beim Start des Programms übergeben wurden. Somit ist kein Programmablauf möglich.

Version:
$Revision: 1.2 $
Author:
Simon Tiffert
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NoInputException()
          Konstruktor, der den Konstruktor der Superklasse aufruft
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoInputException

public NoInputException()
Konstruktor, der den Konstruktor der Superklasse aufruft