Searched refs:ExceptionListener (Results 1 - 15 of 15) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/java/beans/
H A DExceptionListener.java28 * An ExceptionListener is notified of internal exceptions.
34 public interface ExceptionListener { interface
H A DXMLDecoder.java107 public XMLDecoder(InputStream in, Object owner, ExceptionListener exceptionListener) {
127 ExceptionListener exceptionListener, ClassLoader cl) {
161 private XMLDecoder(InputSource is, Object owner, ExceptionListener el, ClassLoader cl) {
220 public void setExceptionListener(ExceptionListener exceptionListener) {
235 public ExceptionListener getExceptionListener() {
300 public static DefaultHandler createHandler(Object owner, ExceptionListener el, ClassLoader cl) {
H A DEncoder.java51 private ExceptionListener exceptionListener;
87 public void setExceptionListener(ExceptionListener exceptionListener) {
99 public ExceptionListener getExceptionListener() {
H A DStatement.java64 static ExceptionListener defaultExceptionListener = new ExceptionListener() {
/openjdk10/jdk/test/java/beans/XMLEncoder/
H A DTest4950122.java33 import java.beans.ExceptionListener;
54 public static class TestBean implements ExceptionListener {
H A DTest4822050.java32 import java.beans.ExceptionListener;
41 public class Test4822050 implements ExceptionListener, Runnable {
H A DTest4625418.java32 import java.beans.ExceptionListener;
41 public final class Test4625418 implements ExceptionListener {
H A DAbstractTest.java24 import java.beans.ExceptionListener;
35 abstract class AbstractTest<T> implements ExceptionListener {
H A DTest4880633.java31 import java.beans.ExceptionListener;
35 public class Test4880633 implements ExceptionListener, Runnable {
/openjdk10/jdk/test/java/beans/XMLDecoder/spec/
H A DAbstractTest.java24 import java.beans.ExceptionListener;
29 abstract class AbstractTest implements ExceptionListener {
/openjdk10/jdk/test/java/beans/XMLDecoder/4676532/
H A DTest4676532.java31 import java.beans.ExceptionListener;
73 ExceptionListener el = new ExceptionListener() {
/openjdk10/jdk/test/java/beans/XMLEncoder/6329581/
H A DTest6329581.java31 import java.beans.ExceptionListener;
39 public class Test6329581 extends URLClassLoader implements ExceptionListener {
/openjdk10/jdk/test/java/beans/Introspector/
H A DTest8005065.java34 import java.beans.ExceptionListener;
109 implements ExceptionListener {
/openjdk10/jdk/test/java/beans/XMLDecoder/
H A DTest4864117.java32 import java.beans.ExceptionListener;
45 public final class Test4864117 extends DefaultHandler implements ExceptionListener {
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/beans/decoder/
H A DDocumentHandler.java29 import java.beans.ExceptionListener;
71 private ExceptionListener listener;
140 public ExceptionListener getExceptionListener() {
151 public void setExceptionListener(ExceptionListener listener) {

Completed in 83 milliseconds