Package com.tonic.analysis.ssa.llvm.lift
Class LlvmLiftException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.tonic.analysis.ssa.llvm.lift.LlvmLiftException
-
- All Implemented Interfaces:
Serializable
public class LlvmLiftException extends RuntimeException
Failure to parse LLVM IR or lift it to SSA form.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LlvmLiftException(String message)Creates the exception.LlvmLiftException(String message, Throwable cause)Creates the exception with a 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
-
LlvmLiftException
public LlvmLiftException(String message)
Creates the exception.- Parameters:
message- the failure description
-
-