org.tubo.configuration.def.baseimpl
Class BaseExceptionDefImpl

java.lang.Object
  extended by org.tubo.configuration.def.baseimpl.BaseDefinitionImpl
      extended by org.tubo.configuration.def.baseimpl.BaseConfigurableItemDefImpl
          extended by org.tubo.configuration.def.baseimpl.BaseReferenceableItemDefImpl
              extended by org.tubo.configuration.def.baseimpl.BaseExceptionDefImpl
All Implemented Interfaces:
ConfigurableItemDef, Definition, ExceptionDef, ReferenceableItemDef

public class BaseExceptionDefImpl
extends BaseReferenceableItemDefImpl
implements ExceptionDef

Created: Jun 27, 2005 6:59:40 PM
Last Modification Date: $Date: 2006-11-08 11:52:38 -0300 (Wed, 08 Nov 2006) $

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

Field Summary
static java.lang.String RCS_ID
           
 
Constructor Summary
BaseExceptionDefImpl()
           
 
Method Summary
 void addErrorCode(java.lang.String strErrorCode)
           
 void addRankErrorCodes(java.lang.String strRankErrorCodes)
           
 java.lang.String getExceptionClassname()
           
 java.util.List getRankErrorCodesList()
           
 void setExceptionClassname(java.lang.String exceptionClassname)
           
 
Methods inherited from class org.tubo.configuration.def.baseimpl.BaseReferenceableItemDefImpl
getId, setId
 
Methods inherited from class org.tubo.configuration.def.baseimpl.BaseConfigurableItemDefImpl
getProperties, getProperty, setProperties, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.tubo.configuration.def.ReferenceableItemDef
getId
 
Methods inherited from interface org.tubo.configuration.def.ConfigurableItemDef
getProperties, getProperty
 

Field Detail

RCS_ID

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

BaseExceptionDefImpl

public BaseExceptionDefImpl()
Method Detail

getExceptionClassname

public java.lang.String getExceptionClassname()
Specified by:
getExceptionClassname in interface ExceptionDef

setExceptionClassname

public void setExceptionClassname(java.lang.String exceptionClassname)

getRankErrorCodesList

public java.util.List getRankErrorCodesList()
Specified by:
getRankErrorCodesList in interface ExceptionDef

addErrorCode

public void addErrorCode(java.lang.String strErrorCode)

addRankErrorCodes

public void addRankErrorCodes(java.lang.String strRankErrorCodes)


Copyright © 2004-2007 Tubo. All Rights Reserved.