|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
anl.repast.gis.data.dbf.JDBFException
public class JDBFException
Title: JDBF
Description: Used to indicate a fatal error, while writing or reading a database (DBF) file.
Copyright : Copyright (c) 2004
Société : FUCaM-GTM
| Constructor Summary | |
|---|---|
JDBFException(java.lang.String s)
Constructs a JDBFException with a given message. |
|
JDBFException(java.lang.String s,
java.lang.Throwable throwable)
Constructs a nested JDBFException, containing another exception and a specific message. |
|
JDBFException(java.lang.Throwable throwable)
Constructs a nested JDBFException, containing another exception. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the message for the exception. |
void |
printStackTrace()
Prints the stack of the exception to the standard error. |
void |
printStackTrace(java.io.PrintStream printstream)
Prints the stack of the exception. |
void |
printStackTrace(java.io.PrintWriter printwriter)
Prints the stack of the exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JDBFException(java.lang.String s)
s - Stringpublic JDBFException(java.lang.Throwable throwable)
throwable - Throwable
public JDBFException(java.lang.String s,
java.lang.Throwable throwable)
s - Stringthrowable - Throwable| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream printstream)
printStackTrace in class java.lang.Throwableprintstream - PrintStreampublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter printwriter)
printStackTrace in class java.lang.Throwableprintwriter - PrintWriter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||