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

Quick Search    Search Deep

com.neuron.jaffer
Class AFP_Error  view AFP_Error download AFP_Error.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.neuron.jaffer.AFP_Error
All Implemented Interfaces:
java.io.Serializable

class AFP_Error
extends java.io.IOException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  int error
           
 
Fields inherited from class java.io.IOException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) AFP_Error(int error)
           
 
Method Summary
 int getError()
           
 
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
 

Field Detail

error

private int error
Constructor Detail

AFP_Error

AFP_Error(int error)
Method Detail

getError

public int getError()