public class SemanticException extends Exception
Constructor and Description |
---|
SemanticException(String msg)
Constructs a
SemanticException with a message |
SemanticException(String msg,
Exception e)
Constructs a
SemanticException with a message and cause |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SemanticException(String msg, Exception e)
SemanticException
with a message and causemsg
- the message of the exceptione
- the cause of the exceptionpublic SemanticException(String msg)
SemanticException
with a messagemsg
- the message of the exceptionCopyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.