Deprecated API

Deprecated Classes
multex.Jdk1_1CauseGetter
          Since MulTEx 5: Preferably use the ReflectionCauseGetter, which is default since MulTEx 3e. 
multex.MultexLocale
          since MulTEx 5 2003-09-08 Use only a java.util.ResourceBundle instead, in which you should define a cause marker, see MsgText.causeMarker. This class showed to be unnecessary, as we can get the java.util.Locale from the java.util.ResourceBundle, and we can get the cause message pattern from the java.util.ResourceBundle, too, if we provide it in the corresponding .properties file. 
 

Deprecated Methods
multex.Failure.appendCompactStackTrace(StringBuffer, Throwable, Exception)
          Obsolete from multex 2, deprecated from 3g.