com.kirkwarez.wdysdv.system
Class WVException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.kirkwarez.wdysdv.system.WVException
All Implemented Interfaces:
Serializable

public class WVException
extends Exception

This is a general Exception that can be thrown during the running of WDYS'd V.

Since:
5.00
Version:
5.00
Author:
Berend "Kirk" Wouda
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
WVException()
          Creates a new WVException.
WVException(String message)
          Creates a new WVException with the given error message.
 
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

WVException

public WVException(String message)
Creates a new WVException with the given error message.

Parameters:
message - The error message.

WVException

public WVException()
Creates a new WVException.