Executable
Class Example

java.lang.Object
  extended by Executable.Example

public class Example
extends java.lang.Object

An example executable. Does not try to be a general driver so a better learning example than GeLL.

Version:
1.0

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

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main function

Parameters:
args - Command line arguments
Throws:
java.lang.Exception - This is example code so to keep it simple we just throw any exception we encounter.