public class AstException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
AstException(java.lang.String message)
Constructor which accepts an error message.
|
AstException(java.lang.String message,
java.lang.Throwable rootCause)
Constructor which accepts an error message and a root cause.
|
AstException(java.lang.Throwable rootCause)
Constructor which accepts and wrappers a root cause.
|
public AstException(java.lang.String message)
message - Error message.public AstException(java.lang.String message,
java.lang.Throwable rootCause)
message - Error message.rootCause - Exception which has been caught in the course of UAST
processing.public AstException(java.lang.Throwable rootCause)
rootCause - Exception which has been caught in the course of UAST
processing.