Package com.ibm.wala.shrikeBT.tools
Class MethodOptimizer.UnoptimizableCodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.wala.shrikeBT.tools.MethodOptimizer.UnoptimizableCodeException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MethodOptimizer
public static class MethodOptimizer.UnoptimizableCodeException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnoptimizableCodeException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnoptimizableCodeException
public UnoptimizableCodeException(String s)
-
-