Home | History | Annotate | Download | only in transform

Lines Matching refs:exception

32  * and does not throw any <code>Exception</code>s.
38 * interface instead of throwing an <code>Exception</code>: it is up to the
39 * application to decide whether to throw an <code>Exception</code> for
42 * after a call to {@link #fatalError(TransformerException exception)}.</p>
60 * @param exception The warning information encapsulated in a
61 * transformer exception.
68 public abstract void warning(TransformerException exception)
79 * @param exception The error information encapsulated in a
80 * transformer exception.
87 public abstract void error(TransformerException exception)
99 * @param exception The error information encapsulated in a
107 public abstract void fatalError(TransformerException exception)