Class DBFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jumpmind.symmetric.route.parse.DBFException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDBFException
(String s, Throwable throwable) DBFException
(Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
printStackTrace
(PrintStream printstream) void
printStackTrace
(PrintWriter printwriter) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
DBFException
-
DBFException
-
DBFException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-