Seems to run

This commit is contained in:
Adam
2014-12-01 11:42:47 -05:00
parent 39ed12af48
commit b51ed54426
76 changed files with 854 additions and 659 deletions

View File

@@ -12,7 +12,7 @@ class Exception
private int handlerPc;
private int catchType;
Exception(Exceptions exceptions) throws IOException
public Exception(Exceptions exceptions) throws IOException
{
this.exceptions = exceptions;