org.biojava.utils.bytecode
Class CodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
CodeException()
           
CodeException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeException

public CodeException()

CodeException

public CodeException(java.lang.String msg)