Uses of Interface
java.beans.ExceptionListener
-
Packages that use ExceptionListener 软件包 描述 java.beans 包含与开发 bean相关的类 - 基于JavaBeans架构的组件。 -
-
Uses of ExceptionListener in java.beans
Methods in java.beans that return ExceptionListener Modifier and Type 方法 描述 ExceptionListenerEncoder. getExceptionListener()获取此流的异常处理程序。ExceptionListenerXMLDecoder. getExceptionListener()获取此流的异常处理程序。Methods in java.beans with parameters of type ExceptionListener Modifier and Type 方法 描述 static DefaultHandlerXMLDecoder. createHandler(Object owner, ExceptionListener el, ClassLoader cl)为SAX解析器创建一个新的处理程序,可用于解析由XMLEncoder类创建的嵌入式XML归档。voidEncoder. setExceptionListener(ExceptionListener exceptionListener)将此流的异常处理程序设置为exceptionListener。voidXMLDecoder. setExceptionListener(ExceptionListener exceptionListener)将此流的异常处理程序设置为exceptionListener。Constructors in java.beans with parameters of type ExceptionListener Constructor 描述 XMLDecoder(InputStream in, Object owner, ExceptionListener exceptionListener)创建一个新的输入流,用于阅读由XMLEncoder类创建的XMLEncoder。XMLDecoder(InputStream in, Object owner, ExceptionListener exceptionListener, ClassLoader cl)创建一个新的输入流,用于阅读由XMLEncoder类创建的XMLEncoder。
-