net.sourceforge.jeuclid.elements.support.operatordict
Class DictionaryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jeuclid.elements.support.operatordict.DictionaryException
All Implemented Interfaces:
Serializable

public class DictionaryException
extends Exception

Exception during loading from dictionary.

Version:
$Revision: 310 $
Author:
Unkown, Max Berger
See Also:
Serialized Form

Constructor Summary
DictionaryException(String message)
          Default constructor.
DictionaryException(String message, Throwable cause)
          Error based on another 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

DictionaryException

public DictionaryException(String message)
Default constructor.

Parameters:
message - Error message

DictionaryException

public DictionaryException(String message,
                           Throwable cause)
Error based on another cause.

Parameters:
message - Error Message
cause - The real Cause


Copyright © 2002-2008 The JEuclid project. All Rights Reserved.