DLV
Class DLVException

java.lang.Object
  extended by java.lang.Throwable
      extended by DLV.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)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DLVException

public DLVException()

DLVException

public DLVException(java.lang.String message)