com.arsdigita.util
Class Exceptions

java.lang.Object
  extended bycom.arsdigita.util.Exceptions

public class Exceptions
extends Object


Constructor Summary
Exceptions()
           
 
Method Summary
static ExceptionUnwrapper findUnwrapper(Class exception)
           
static ExceptionUnwrapper getUnwrapper(Class exception)
           
static void registerUnwrapper(Class exception, ExceptionUnwrapper unwrapper)
           
static void unregisterUnwrapper(Class exception)
           
static Throwable[] unwrap(Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exceptions

public Exceptions()
Method Detail

unwrap

public static Throwable[] unwrap(Throwable t)

registerUnwrapper

public static void registerUnwrapper(Class exception,
                                     ExceptionUnwrapper unwrapper)

unregisterUnwrapper

public static void unregisterUnwrapper(Class exception)

getUnwrapper

public static ExceptionUnwrapper getUnwrapper(Class exception)

findUnwrapper

public static ExceptionUnwrapper findUnwrapper(Class exception)


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC