public class ASTIORuntimeException extends ASTRuntimeException
IOException
occurs in AST analysis or manipulation.
Because most AST visitors are not declared to raise exception, an
IOException
must be wrapped with this class, a descendant from
RuntimeException
.Constructor and Description |
---|
ASTIORuntimeException(java.lang.Throwable cause)
Create an exception with an other exception that causes this
exception to be raised.
|