Class BytecodeCompileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.protasm.jvmud.compiler.bytecode.BytecodeCompileException
All Implemented Interfaces:
Serializable

public class BytecodeCompileException extends RuntimeException
See Also:
  • Constructor Details

    • BytecodeCompileException

      public BytecodeCompileException(String message)
    • BytecodeCompileException

      public BytecodeCompileException(String message, Throwable cause)