joeq.Compiler.BytecodeAnalysis
Class Bytecodes.BytecodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.BytecodeException
All Implemented Interfaces:
Serializable
Enclosing interface:
Bytecodes

public static class Bytecodes.BytecodeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
Bytecodes.BytecodeException()
           
Bytecodes.BytecodeException(String s)
           
 
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

Bytecodes.BytecodeException

public Bytecodes.BytecodeException()

Bytecodes.BytecodeException

public Bytecodes.BytecodeException(String s)


Copyright © 2001-2008 John Whaley. All Rights Reserved.