biz.xsoftware.mock.testcase
Class LogHasWarningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by biz.xsoftware.mock.testcase.LogHasWarningException
All Implemented Interfaces:
Serializable

public class LogHasWarningException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
LogHasWarningException(String message, String logMsg)
           
 
Method Summary
 String getLogMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogHasWarningException

public LogHasWarningException(String message,
                              String logMsg)
Method Detail

getLogMessage

public String getLogMessage()