DLV
Class DLVExceptionUncheked

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by DLV.DLVExceptionUncheked
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadArityException, BadColumnNameException, InvalidParameterException, InvalidValueException, IsNoModelException, JDBCException, LiteralIncompatibleException, LiteralStaledException, MalformedTermException, NoModelsComputed, NoSuchLiteralException, NoSuchModelException, NoSuchPredicateException, NoSuchTermException, ParserException, TrueNegationNotSupportedException

public class DLVExceptionUncheked
extends java.lang.RuntimeException

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

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

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

DLVExceptionUncheked

public DLVExceptionUncheked()

DLVExceptionUncheked

public DLVExceptionUncheked(java.lang.String message)