haendler
Class MainClass

java.lang.Object
  |
  +--haendler.MainClass

public class MainClass
extends java.lang.Object

Zentrale Startklasse übernimmt die Kommandozeilenauswertung.

Version:
$Id: MainClass.java,v 1.4 2004/02/10 16:20:32 tk4 Exp $
Author:
lehrprojekt, Thomas Kriegelstein

Constructor Summary
MainClass()
           
 
Method Summary
static void main(java.lang.String[] args)
          Startmethode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainClass

public MainClass()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Startmethode. Parameter:

Parameters:
args - Parameter.
Throws:
java.lang.Exception - Im Fehlerfall.


Copyright © 2003 DRIM Team. All Rights Reserved.