ARoad0.ErrW
Class ProcessError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ARoad0.ErrW.ProcessError
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ProcessError
extends java.lang.Exception
implements java.lang.Cloneable

This error class is responsible to point out the errors in the Gui1/Gui2/gDMak/gWork process. Sometimes, it collects the SmallErrors.

See Also:
Serialized Form

Field Summary
protected static java.util.Vector l_Exception__
          Vector of all the exceptions or strings received by this class.
 
Constructor Summary
ProcessError()
           
ProcessError(java.lang.String _st)
           
 
Method Summary
 void addException(java.lang.Exception _e)
           
 void addException(java.lang.String _st)
           
 java.lang.Object clone()
           
 boolean equals(java.lang.Object _obj)
           
protected  void finalize()
           
 java.util.List getL_Exception()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

l_Exception__

protected static java.util.Vector l_Exception__
Vector of all the exceptions or strings received by this class.

Constructor Detail

ProcessError

public ProcessError()

ProcessError

public ProcessError(java.lang.String _st)
Parameters:
_st -
Method Detail

addException

public void addException(java.lang.Exception _e)
Parameters:
_e -

addException

public void addException(java.lang.String _st)
Parameters:
_st -

getL_Exception

public java.util.List getL_Exception()
Returns:
list

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object
Returns:
object

equals

public boolean equals(java.lang.Object _obj)
Overrides:
equals in class java.lang.Object
Parameters:
_obj -
Returns:
true if equals

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable
Returns:
the string