|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception weblogic.wtc.jatmi.Ferror
public final class Ferror
This is the Ferror exception many FML functions throw
FML
,
Serialized FormField Summary | |
---|---|
static int |
FALIGNERR
Buffer is not aligned properly |
static int |
FBADACM
Reserved |
static int |
FBADFLD
Invalid field id |
static int |
FBADNAME
Invalid field name |
static int |
FBADTBL
Bad field table |
static int |
FBADVIEW
Bad view table |
static int |
FEBADOP
Invalid operation on buffer |
static int |
FEINVAL
Invalid input parameter |
static int |
FEUNIX
Operating system error |
static int |
FFTOPEN
Could not open field table |
static int |
FFTSYNTAX
Invalid syntax |
static int |
FMALLOC
Error allocating space |
static int |
FMAXVAL
Maximal Ferror value |
static int |
FMINVAL
Minimum Fml Error value |
static int |
FNOCNAME
Reserved |
static int |
FNOSPACE
No space in object |
static int |
FNOTFLD
Buffer is not fielded |
static int |
FNOTPRES
Field not present |
static int |
FSYNTAX
Invalid syntax |
static int |
FTYPERR
Invalid field type |
static int |
FVFOPEN
Could not open view table |
static int |
FVFSYNTAX
Bad view syntax |
Constructor Summary | |
---|---|
Ferror()
Default constructor, set errno to FMINVAL |
|
Ferror(int errno)
Constructor which initializes the errno to the input parameter |
|
Ferror(int errno,
String explain)
Constructor which initializes the errno to the input parameter as well as an explanation string |
Method Summary | |
---|---|
static String |
Fstrerror(int Ferror)
Returns a string version of the Ferror error number given |
int |
getFerror()
Returns the Ferror variable |
String |
toString()
Produces a string version of this object |
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 |
---|
public static final int FMINVAL
public static final int FALIGNERR
public static final int FNOTFLD
public static final int FNOSPACE
public static final int FNOTPRES
public static final int FBADFLD
public static final int FTYPERR
public static final int FEUNIX
public static final int FBADNAME
public static final int FMALLOC
public static final int FSYNTAX
public static final int FFTOPEN
public static final int FFTSYNTAX
public static final int FEINVAL
public static final int FBADTBL
public static final int FBADVIEW
public static final int FVFSYNTAX
public static final int FVFOPEN
public static final int FBADACM
public static final int FNOCNAME
public static final int FEBADOP
public static final int FMAXVAL
Constructor Detail |
---|
public Ferror()
public Ferror(int errno)
errno
- The initial error numberpublic Ferror(int errno, String explain)
errno
- The initial error numberexplain
- An explanation for the errorMethod Detail |
---|
public int getFerror()
public static String Fstrerror(int Ferror)
Ferror
- The Ferror for which to get a string representation
public String toString()
toString
in class Throwable
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |