当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
ThrowableListener (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.util
Interface ThrowableListener
- All Superinterfaces:
- EventListener
- public interface ThrowableListener
- extends EventListener
An interface used to handle Throwable events.
- Version:
- $Revision: 1.2 $
- Author:
- Jason Dillon
onThrowable
public void onThrowable(int type,
Throwable t)
- Process a throwable.
- Parameters:
type
- The type off the throwable.t
- Throwable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.