|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.deltaxml.odf.OdfException
com.deltaxml.odf.OdtInputException
public class OdtInputException
An exception indicating that there is a problem with a supplied input file.
The Throwable returned by the Throwable.getCause() method may give
more details of what is wrong.
| Constructor Summary | |
|---|---|
OdtInputException(String message,
File input)
Constructs a new OdtInputException with a configurable message |
|
OdtInputException(String message,
File input,
Throwable cause)
Constructs a new OdtInputException with a configurable message and an underlying cause |
|
| Method Summary | |
|---|---|
File |
getFile()
Returns the File that caused the exception |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OdtInputException(String message,
File input)
message - the exception messageinput - the input File that caused the problem
public OdtInputException(String message,
File input,
Throwable cause)
message - the exception messageinput - the input File that caused the problemcause - the underlying cause of the exception| Method Detail |
|---|
public File getFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||