Class Copy.StartedExc

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--multex.Exc
                    |
                    +--Copy.StartedExc
Enclosing class:
Copy

public static class Copy.StartedExc
extends Exc

Indicates, that this test driver has been started. If your environment is set to language "de", then the message text from the german message text file MsgText_de.properties will be taken instead of this default message text defined here.

See Also:
Serialized Form

Field Summary
 java.util.Date date
           
 java.lang.String driver
           
 
Constructor Summary
Copy.StartedExc(java.lang.String i_driver, java.util.Date i_date)
           
 
Methods inherited from class multex.Exc
getDefaultMessageTextPattern, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

driver

public final java.lang.String driver

date

public final java.util.Date date
Constructor Detail

Copy.StartedExc

public Copy.StartedExc(java.lang.String i_driver,
                       java.util.Date i_date)