org.openmdx.base.exception
Class StackedExceptions

java.lang.Object
  extended by org.openmdx.base.exception.StackedExceptions

Deprecated.

public final class StackedExceptions
extends Object

See Also:
BasicException

Method Summary
static BasicException.Parameter[] parameters(Throwable that, BasicException.Parameter[] source)
          Deprecated. without replacement
static BasicException.Parameter[] prependExceptionSource(BasicException.Parameter[] parameters)
          Deprecated. without replacement
static void setExceptionSource(String[] exceptionSource)
          Deprecated. in favour of BasicException.setSource(exceptionSource)
static BasicException toStackedException(Throwable cause, Throwable wrapper)
          Deprecated. in favour of BasicException.toStackedException(cause,wrapper)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setExceptionSource

public static void setExceptionSource(String[] exceptionSource)
Deprecated. in favour of BasicException.setSource(exceptionSource)


prependExceptionSource

public static BasicException.Parameter[] prependExceptionSource(BasicException.Parameter[] parameters)
Deprecated. without replacement

Parameters:
parameters -
Returns:

toStackedException

public static BasicException toStackedException(Throwable cause,
                                                Throwable wrapper)
Deprecated. in favour of BasicException.toStackedException(cause,wrapper)


parameters

public static BasicException.Parameter[] parameters(Throwable that,
                                                    BasicException.Parameter[] source)
Deprecated. without replacement

Parameters:
that -
source -
Returns:


This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.