Package com.tonic.analysis.source.lower
Class LoweringException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.tonic.analysis.source.lower.LoweringException
-
- All Implemented Interfaces:
Serializable
public class LoweringException extends RuntimeException
Unchecked exception raised when AST lowering cannot proceed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoweringException(String message)Creates the exception with a message.LoweringException(String message, Throwable cause)Creates the exception with a message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LoweringException
public LoweringException(String message)
Creates the exception with a message.- Parameters:
message- the failure description
-
-