Home | History | Annotate | Download | only in ls

Lines Matching refs:code

16  *  Parser or write operations may throw an <code>LSException</code> if the
18 * <code>DOMError</code> with a severity of
19 * <code>DOMError.SEVERITY_FATAL_ERROR</code> or a non recovered
20 * <code>DOMError.SEVERITY_ERROR</code>, or if
21 * <code>DOMErrorHandler.handleError()</code> returned <code>false</code>.
23 * <code>DOMError</code> interface, a DOM implementation may choose to
30 public LSException(short code, String message) {
32 this.code = code;
34 public short code;
38 * <code>LSParser</code> and the processing has been stopped.
42 * If an attempt was made to serialize a <code>Node</code> using
43 * <code>LSSerializer</code> and the processing has been stopped.