DLV
Class DLVInvocationException

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

public class DLVInvocationException
extends DLVException

This exception is trown if any error is occurred during DLV invocation.

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

Constructor Summary
DLVInvocationException()
           
DLVInvocationException(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

DLVInvocationException

public DLVInvocationException()

DLVInvocationException

public DLVInvocationException(java.lang.String message)