DLV
Class DLVException

java.lang.Object
  extended byjava.lang.Throwable
      extended byDLV.DLVException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DLVInvocationException

public class DLVException
extends java.lang.Throwable

This is the ancestor class of all (checked) Exception classes which are contained in DLV package.

Version:
1.0
Author:
Francesco Ricca
See Also:
Serialized Form

Constructor Summary
DLVException()
           
DLVException(java.lang.String 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

DLVException

public DLVException()

DLVException

public DLVException(java.lang.String message)