|
RECODER 0.92 | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
recoder.IllegalTransformationException
public class IllegalTransformationException
An exception indicating that a transformation performed on the abstract syntax tree leaves the internal datastructures in an inconsistent state. This transformation is a "workaround" for some known bugs. Currently, the exception is thrown only for one reason: When exchanging an Identifier which is contained in a PackageSpecification. A workaround is to exchange either the containing PackageReference or the containing PackageSpecification.
| Constructor Summary | |
|---|---|
IllegalTransformationException()
|
|
IllegalTransformationException(java.lang.String message)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IllegalTransformationException()
public IllegalTransformationException(java.lang.String message)
message -
|
RECODER 0.92 | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||