DLV
Class DLVExceptionUncheked

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byDLV.DLVExceptionUncheked
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadArityException, BadColumnNameException, InvalidParameterException, InvalidValueException, IsNoModelException, JDBCException, 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)
           
 
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

DLVExceptionUncheked

public DLVExceptionUncheked()

DLVExceptionUncheked

public DLVExceptionUncheked(java.lang.String message)