public class SemanticException
extends java.lang.Exception
| Constructor and Description |
|---|
SemanticException(java.lang.String msg)
Constructs a
SemanticException with a message |
SemanticException(java.lang.String msg,
java.lang.Exception e)
Constructs a
SemanticException with a message and cause |
public SemanticException(java.lang.String msg,
java.lang.Exception e)
SemanticException with a message and causemsg - the message of the exceptione - the cause of the exceptionpublic SemanticException(java.lang.String msg)
SemanticException with a messagemsg - the message of the exception