Lines Matching refs:RuntimeException

75 		throw(NotConnectedException, BufferSizeExceededException, IOException, RuntimeException)  in readBytes()
87 throw(NotConnectedException, BufferSizeExceededException, IOException, RuntimeException) in readSomeBytes()
92 throw(NotConnectedException, BufferSizeExceededException, IOException, RuntimeException) in skipBytes()
97 throw(NotConnectedException, IOException, RuntimeException) in available()
102 throw(NotConnectedException, IOException, RuntimeException) in closeInput()
146 … virtual void SAL_CALL error(const Any& aSAXParseException) throw (SAXException, RuntimeException) in error()
154 …tual void SAL_CALL fatalError(const Any& aSAXParseException) throw (SAXException, RuntimeException) in fatalError()
158 …virtual void SAL_CALL warning(const Any& aSAXParseException) throw (SAXException, RuntimeException) in warning()
166 virtual void SAL_CALL startDocument(void) throw (SAXException, RuntimeException) in startDocument()
174 virtual void SAL_CALL endDocument(void) throw (SAXException, RuntimeException) in endDocument()
183 throw (SAXException,RuntimeException) in startElement()
189 virtual void SAL_CALL endElement(const OUString& aName) throw (SAXException,RuntimeException) in endElement()
194 virtual void SAL_CALL characters(const OUString& aChars) throw (SAXException,RuntimeException) in characters()
198 …id SAL_CALL ignorableWhitespace(const OUString& aWhitespaces) throw (SAXException,RuntimeException) in ignorableWhitespace()
203 …ngInstruction(const OUString& aTarget, const OUString& aData) throw (SAXException,RuntimeException) in processingInstruction()
209 throw (SAXException,RuntimeException) in setDocumentLocator()
217 throw (SAXException,RuntimeException) in resolveEntity()
229 virtual void SAL_CALL startCDATA(void) throw (SAXException,RuntimeException) in startCDATA()
232 virtual void SAL_CALL endCDATA(void) throw (SAXException,RuntimeException) in endCDATA()
235 virtual void SAL_CALL comment(const OUString& sComment) throw (SAXException,RuntimeException) in comment()
238 virtual void SAL_CALL unknown(const OUString& sString) throw (SAXException,RuntimeException) in unknown()
242 virtual void SAL_CALL allowLineBreak( void) throw (SAXException, RuntimeException ) in allowLineBreak()
267 virtual sal_Int16 SAL_CALL getLength(void) throw (RuntimeException);
268 virtual OUString SAL_CALL getNameByIndex(sal_Int16 i) throw (RuntimeException);
269 virtual OUString SAL_CALL getTypeByIndex(sal_Int16 i) throw (RuntimeException);
270 virtual OUString SAL_CALL getTypeByName(const OUString& aName) throw (RuntimeException);
271 virtual OUString SAL_CALL getValueByIndex(sal_Int16 i) throw (RuntimeException);
272 virtual OUString SAL_CALL getValueByName(const OUString& aName) throw (RuntimeException);
314 sal_Int16 AttributeListImpl::getLength(void) throw (RuntimeException) in getLength()
326 OUString AttributeListImpl::getNameByIndex(sal_Int16 i) throw (RuntimeException) in getNameByIndex()
335 OUString AttributeListImpl::getTypeByIndex(sal_Int16 i) throw (RuntimeException) in getTypeByIndex()
343 OUString AttributeListImpl::getValueByIndex(sal_Int16 i) throw (RuntimeException) in getValueByIndex()
352 OUString AttributeListImpl::getTypeByName( const OUString& sName ) throw (RuntimeException) in getTypeByName()
364 OUString AttributeListImpl::getValueByName(const OUString& sName) throw (RuntimeException) in getValueByName()
446 throw (NotConnectedException, BufferSizeExceededException, RuntimeException);
448 throw (NotConnectedException, BufferSizeExceededException, RuntimeException);
450 throw (NotConnectedException, BufferSizeExceededException, RuntimeException);
458 throw (NotConnectedException, BufferSizeExceededException, RuntimeException) in writeBytes()
469 throw (NotConnectedException, BufferSizeExceededException, RuntimeException) in flush()
475 throw (NotConnectedException, BufferSizeExceededException, RuntimeException) in closeOutput()