Since the operations of a visiting method are generic, any exception might be thrown by such a method. To avoid throwing all kinds of exception, unchecked exception thrown by visiting methods are wrapped by instances of this class (much like exceptions thrown by reflective calls are wrapped by {@link java.lang.reflect.InvocationTargetException}). @author Sebastiano Vigna
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|