Lines Matching refs:OfficeException
81 public void load(String _sDocumentName) throws OfficeException in load()
88 …throw new OfficeException("This document type is not recognized as MSOffice format, as default fal… in load()
92 public void storeAsPostscript() throws OfficeException in storeAsPostscript()
108 catch(OfficeException e) in storeAsPostscript()
112 throw new OfficeException("Exception caught. Problem with MSOffice printer methods."); in storeAsPostscript()
117 throw new OfficeException("IOException caught. Problem with MSOffice printer methods."); in storeAsPostscript()
121 public void start() throws OfficeException in start()
126 public void close() throws OfficeException in close()
186 … String _sOutputFile) throws OfficeException, java.io.IOException in storeToFileWithMSOffice()
256 … String _sPrintFilename) throws OfficeException, java.io.IOException in printToFileWithMSOffice()
326 public void realStartCommand(ArrayList _aStartCommand) throws OfficeException in realStartCommand()
330 throw new OfficeException/*WrongEnvironmentException*/("Given list is empty."); in realStartCommand()