Searched refs:LSException (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
H A DLSException.java16 * Parser or write operations may throw an <code>LSException</code> if the
29 public class LSException extends RuntimeException { class in inherits:RuntimeException
30 public LSException(short code, String message) { method in class:LSException
H A DLSSerializer.java387 * @exception LSException
395 throws LSException;
409 * @exception LSException
417 throws LSException;
431 * @exception LSException
438 throws DOMException, LSException;
H A DLSParser.java309 * @exception LSException
316 throws DOMException, LSException;
333 * @exception LSException
340 throws DOMException, LSException;
448 * @exception LSException
457 throws DOMException, LSException;
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
H A DLSSerializerImpl.java52 import org.w3c.dom.ls.LSException;
883 * @throws org.w3c.dom.ls.LSException SERIALIZE_ERR: Raised if the
887 public boolean write(Node nodeArg, LSOutput destination) throws LSException {
899 throw new LSException(LSException.SERIALIZE_ERR, msg);
902 // If nodeArg is null, return false. Should we throw and LSException instead?
936 throw new LSException(LSException.SERIALIZE_ERR, msg);
992 throw new LSException(LSException
[all...]

Completed in 95 milliseconds