Package org.jboss.windup.decompiler.api
Class DecompilationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.windup.decompiler.api.DecompilationException
-
- All Implemented Interfaces:
Serializable
public class DecompilationException extends RuntimeException
DecompilationExceptionis thrown due to errors during decompiling ".jar" or ".class" files.- Author:
- Ondrej Zizka, Lincoln Baxter, III
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecompilationException()DecompilationException(String message)DecompilationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-