edu.udo.cs.wvtool.config
Class WVTConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.udo.cs.wvtool.util.WVToolException
              extended by edu.udo.cs.wvtool.config.WVTConfigException
All Implemented Interfaces:
java.io.Serializable

public class WVTConfigException
extends WVToolException

Exception that is thrown if a configuration problem is encountered.

Version:
$Id$
Author:
Michael Wurst
See Also:
Serialized Form

Constructor Summary
WVTConfigException()
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WVTConfigException

public WVTConfigException()