DLV
Class DLVInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by DLV.DLVException
          extended by DLV.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)
           
 
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

DLVInvocationException

public DLVInvocationException()

DLVInvocationException

public DLVInvocationException(java.lang.String message)