org.jikesrvm.compilers.opt
Class OptimizingCompilerException.IllegalUpcast
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jikesrvm.compilers.opt.OptimizingCompilerException.IllegalUpcast
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- OptimizingCompilerException
public static final class OptimizingCompilerException.IllegalUpcast
- extends RuntimeException
Capture illegal upcasts from magic types to java.lang.Object
- See Also:
- Serialized Form
Field Summary |
(package private) TypeReference |
magicType
Unboxed type that was attempted to convert to an Object |
(package private) static long |
serialVersionUID
Support for exception serialization |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
static final long serialVersionUID
- Support for exception serialization
- See Also:
- Constant Field Values
magicType
final transient TypeReference magicType
- Unboxed type that was attempted to convert to an Object
OptimizingCompilerException.IllegalUpcast
public OptimizingCompilerException.IllegalUpcast(TypeReference type)