站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

ExceptionHandler (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


org.jboss.mx.server
Class ExceptionHandler

java.lang.Object
  extended byorg.jboss.mx.server.ExceptionHandler

public class ExceptionHandler
extends Object

Handles exceptions and wraps them if neccessary, arccording to the spec.

Author:
thomas.diesler@jboss.org

Method Summary
static JMException handleException(Throwable t)
          Handles exceptions and wraps them if neccessary, arccording to the spec.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

handleException

public static JMException handleException(Throwable t)
Handles exceptions and wraps them if neccessary, arccording to the spec.

Parameters:
t - the exception thrown by the invocation
Returns:
any wrapped exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.