Package org.biojava.utils.bytecode
Class CodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.biojava.utils.bytecode.CodeException
-
- All Implemented Interfaces:
java.io.Serializable
public class CodeException extends java.lang.Exception
An exception indicating that something went wrong generating byte code.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CodeException()
CodeException(java.lang.String msg)
-