Martinho0330 / javaparser

Automatically exported from code.google.com/p/javaparser
0 stars 0 forks source link

Change the TokenMgrError extends class #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This class should extends Exception and not the Error class.

>public class TokenMgrError extends Error

I was trying with a different charset in a loop with exceptions. But don't 
work, since the TokenMgrError class extends from Error.

I donwload the sources changed and now works fine.

Original issue reported on code.google.com by marcomsousa on 30 Nov 2011 at 9:14