com.kirkwarez.wdysdv.system
Class WVException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
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 |
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
.