RECODER 0.92

recoder.bytecode
Class ByteCodeFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by recoder.ParserException
              extended by recoder.bytecode.ByteCodeFormatException
All Implemented Interfaces:
java.io.Serializable

public class ByteCodeFormatException
extends ParserException

Byte Code format Exception.

Author:
AL
See Also:
Serialized Form

Constructor Summary
ByteCodeFormatException()
          Trivial Constructor.
ByteCodeFormatException(java.lang.String msg)
          Constructor with description text.
 
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

ByteCodeFormatException

public ByteCodeFormatException()
Trivial Constructor.


ByteCodeFormatException

public ByteCodeFormatException(java.lang.String msg)
Constructor with description text.

Parameters:
msg - a description.

RECODER 0.92