SMILA (incubation) API documentation

org.eclipse.smila.search.datadictionary.messages.datadictionary
Class DDException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.search.datadictionary.messages.datadictionary.DDException
All Implemented Interfaces:
java.io.Serializable

public class DDException
extends java.lang.Exception

A Class class.

Author:
BROX IT-Solutions GmbH
See Also:
Serialized Form

Constructor Summary
DDException()
           
DDException(java.lang.String message)
           
DDException(java.lang.String message, java.lang.Throwable cause)
           
DDException(java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DDException

public DDException()

DDException

public DDException(java.lang.String message)
Parameters:
message -

DDException

public DDException(java.lang.String message,
                   java.lang.Throwable cause)
Parameters:
message -
cause -

DDException

public DDException(java.lang.Throwable cause)
Parameters:
cause -

SMILA (incubation) API documentation