}
}
private void compileCodeException()
{
ExceptionHandlers handlers= new ExceptionHandlers(code);
Iterator<ExceptionHandler> handleIterator= handlers.iterator();
ExceptionHandler handle= handleIterator.hasNext() ? handleIterator.next() : null;
while (handle != null)
{
boolean hasFinally= false;