Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jreversepro.parser
Class ClassParserException  view ClassParserException download ClassParserException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjreversepro.parser.ClassParserException
All Implemented Interfaces:
java.io.Serializable

public class ClassParserException
extends java.lang.Exception

Thrown if Class File does not follow the prescribed format.

Version:
1.3

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  java.lang.String msg
          Exception message.
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ClassParserException(java.lang.String aMsg)
          Constructor.
ClassParserException(java.lang.StringBuffer aMsg)
          Constructor.
 
Method Summary
 java.lang.String toString()
          Serialized version.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

msg

private java.lang.String msg
Exception message.

Constructor Detail

ClassParserException

public ClassParserException(java.lang.String aMsg)
Constructor.


ClassParserException

public ClassParserException(java.lang.StringBuffer aMsg)
Constructor.

Method Detail

toString

public java.lang.String toString()
Serialized version.