Home | History | Annotate | Download | only in ref

Lines Matching defs:DTMException

163     throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
183 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
242 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
268 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
275 public class DTMException extends org.w3c.dom.DOMException
284 public DTMException(short code, String message)
290 * Constructor DTMException
295 public DTMException(short code)