|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnarf.Loo
public class Loo
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 |
---|
public Loo()
Method Detail |
---|
protected int oops(boolean check, boolean alpha) throws java.lang.Exception
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.
java.lang.Exception
- This function says it might throw an exception of type Exception.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |