Serialized Form
-
Package com.xmlmind.w2x.docx.packaging
-
Class com.xmlmind.w2x.docx.packaging.PackageException extends Exception implements Serializable
-
Class com.xmlmind.w2x.docx.packaging.ParseException extends PackageException implements Serializable
-
-
Package com.xmlmind.w2x.processor
-
Class com.xmlmind.w2x.processor.CanceledException extends Exception implements Serializable
-
Class com.xmlmind.w2x.processor.UsageException extends Exception implements Serializable
-
Serialized Fields
-
error
String error
The error message. Isnullif the error is a plain syntax error (for example, a missing input file). -
errorURL
URL errorURL
The URL of the options file (see-foption) having an error. Isnullif the error was not found in an options file. -
optionsDoc
String optionsDoc
A short help text about the options supported by theprocessmethod.
-
-
-