Class CodeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.biojava.utils.bytecode.CodeException
All Implemented Interfaces:
Serializable

public class CodeException extends Exception
An exception indicating that something went wrong generating byte code.
See Also:
  • Constructor Details

    • CodeException

      public CodeException()
    • CodeException

      public CodeException(String msg)