org.apache.empire.commons
Class ErrorObject.ObjectErrorInfo

java.lang.Object
  extended by org.apache.empire.commons.ErrorObject.ObjectErrorInfo
Enclosing class:
ErrorObject

protected static class ErrorObject.ObjectErrorInfo
extends java.lang.Object

This class is internally used by the ErrorObject to provide thread-safe access to the error information.


Field Summary
 java.lang.Object[] errParams
          Error message params
 java.lang.String errSource
          Source object's class name
 ErrorType errType
          Type of error
 
Constructor Summary
ErrorObject.ObjectErrorInfo()
          public constructor allows derived classes to instantiate
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errType

public ErrorType errType
Type of error


errParams

public java.lang.Object[] errParams
Error message params


errSource

public java.lang.String errSource
Source object's class name

Constructor Detail

ErrorObject.ObjectErrorInfo

public ErrorObject.ObjectErrorInfo()
public constructor allows derived classes to instantiate



Copyright © 2008-2010 Apache Software Foundation. All Rights Reserved.