|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilerException | |
---|---|
org.sourceforge.jemm.weaver | |
org.sourceforge.jemm.weaver.analysis | |
org.sourceforge.jemm.weaver.transformation |
Uses of CompilerException in org.sourceforge.jemm.weaver |
---|
Methods in org.sourceforge.jemm.weaver that throw CompilerException | |
---|---|
byte[] |
WeaverImpl.enhance(byte[] byteCode)
|
byte[] |
Weaver.enhance(byte[] byteCode)
Enhances the pass class (represented as its byte code)/ Already enhanced classes should be ignored. |
Uses of CompilerException in org.sourceforge.jemm.weaver.analysis |
---|
Subclasses of CompilerException in org.sourceforge.jemm.weaver.analysis | |
---|---|
class |
DependencyException
Thrown when something is wrong within the Dependency Manager. |
class |
InvalidDependencyTreeException
Thrown when the dependent Transformations can not be found. |
Uses of CompilerException in org.sourceforge.jemm.weaver.transformation |
---|
Subclasses of CompilerException in org.sourceforge.jemm.weaver.transformation | |
---|---|
class |
RepeatedTransformationException
Thrown when the same transformation is added to the Dependency Manager more than once. |
class |
TransformationException
Thrown when a ClassTransformer can not introduce the right results. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |