org.tubo.exception
Interface ExceptionManager

All Known Implementing Classes:
BaseExceptionManagerImpl, SpringExceptiomManagerImpl

public interface ExceptionManager

Created: Sep 21, 2006, 5:24:52 PM Last Modification Date: $Date: 2006-10-19 12:11:35 -0300 (Thu, 19 Oct 2006) $

Version:
$Revision: 17 $
Author:
maldito_orco (maldito_orco@users.sourceforge.net)

Field Summary
static java.lang.String RCS_ID
           
 
Method Summary
 TuboException getException(int errorCode)
           
 TuboException getException(int errorCode, java.lang.Object arg1)
           
 TuboException getException(int errorCode, java.lang.Object[] args)
           
 TuboException getException(int errorCode, java.lang.Object[] args, java.lang.Throwable cause)
           
 TuboException getException(int errorCode, java.lang.Object arg1, java.lang.Object arg2)
           
 TuboException getException(int errorCode, java.lang.Object arg1, java.lang.Object arg2, java.lang.Throwable cause)
           
 TuboException getException(int errorCode, java.lang.Object arg1, java.lang.Throwable cause)
           
 TuboException getException(int errorCode, java.lang.Throwable cause)
           
 TuboException getException(java.lang.String exceptionId, java.lang.String messageId, java.lang.Object[] args, java.lang.Throwable cause)
           
 TuboException getException(java.lang.String exceptionId, java.lang.String message, java.lang.Throwable cause)
           
 void setResourceManager(ResourceManager resourceManager)
           
 

Field Detail

RCS_ID

static final java.lang.String RCS_ID
See Also:
Constant Field Values
Method Detail

setResourceManager

void setResourceManager(ResourceManager resourceManager)
                        throws TuboException
Throws:
TuboException

getException

TuboException getException(int errorCode)

getException

TuboException getException(int errorCode,
                           java.lang.Object[] args)

getException

TuboException getException(int errorCode,
                           java.lang.Throwable cause)

getException

TuboException getException(int errorCode,
                           java.lang.Object[] args,
                           java.lang.Throwable cause)

getException

TuboException getException(java.lang.String exceptionId,
                           java.lang.String messageId,
                           java.lang.Object[] args,
                           java.lang.Throwable cause)

getException

TuboException getException(java.lang.String exceptionId,
                           java.lang.String message,
                           java.lang.Throwable cause)

getException

TuboException getException(int errorCode,
                           java.lang.Object arg1)

getException

TuboException getException(int errorCode,
                           java.lang.Object arg1,
                           java.lang.Object arg2)

getException

TuboException getException(int errorCode,
                           java.lang.Object arg1,
                           java.lang.Throwable cause)

getException

TuboException getException(int errorCode,
                           java.lang.Object arg1,
                           java.lang.Object arg2,
                           java.lang.Throwable cause)


Copyright © 2004-2007 Tubo. All Rights Reserved.