Package de.enough.polish.stacktrace

Provides methods for resolving class-based stacktraces, e.g.

See:
          Description

Class Summary
BinaryStackTrace Stores information about a binary stacktrace (e.g.
StackTraceUtil Translates the stacktrace given by J2ME emulators to a normal error message stating the line-number and the source-code file.
 

Exception Summary
DecompilerNotInstalledException Is thrown when a necessary decompiler is not installed.
 

Package de.enough.polish.stacktrace Description

Provides methods for resolving class-based stacktraces, e.g. "at com.company.MyClass.doSomething(+200)" to "src/com/company/MyClass.java:79: int i = 200 / 0;".