multex.demo
Class File.StartedExc

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--multex.Exc
                    |
                    +--multex.demo.File.StartedExc
All Implemented Interfaces:
MultexException, java.io.Serializable
Enclosing class:
File

public static class File.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
 
Fields inherited from class multex.Exc
className
 
Constructor Summary
File.StartedExc(java.lang.String i_driver, java.util.Date i_date)
           
 
Methods inherited from class multex.Exc
checkClass, getDefaultMessageTextPattern, getMessage, getParameters
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

File.StartedExc

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