narf
Class Loo

java.lang.Object
  extended by narf.Loo

public class Loo
extends java.lang.Object

This class doesn't do much of anything either.


Constructor Summary
Loo()
           
 
Method Summary
protected  int oops(boolean check, boolean alpha)
          This is an example of a function that takes a parameter, returns an int and might throw an exception.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loo

public Loo()
Method Detail

oops

protected int oops(boolean check,
                   boolean alpha)
            throws java.lang.Exception
This is an example of a function that takes a parameter, returns an int and might throw an exception.

Parameters:
check - If check is true, the function creates a Foo and executes Foo.fool()
alpha - This variable doesn't actually do anything, but it shows the proper order of parameters.
Returns:
This function returns Foo.fool().
Throws:
java.lang.Exception - This function says it might throw an exception of type Exception.