Home | History | Annotate | Download | only in dom3

Lines Matching refs:createLSException

1082             throw (LSException) createLSException(LSException.SERIALIZE_ERR, ue).fillInStackTrace();

1087 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace();
1094 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace();
1183 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace();
1190 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace();
1341 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace();
1348 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace();
1498 private static LSException createLSException(short code, Throwable cause) {