Package org.teavm.ast.decompilation
Class DecompilationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.teavm.ast.decompilation.DecompilationException
-
- All Implemented Interfaces:
Serializable
public class DecompilationException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecompilationException()DecompilationException(String message)DecompilationException(String message, Throwable cause)DecompilationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-