net.sourceforge.jeuclid.elements.support.operatordict
Class DictionaryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 Messagecause - The real Cause
Copyright © 2002-2008 The JEuclid project. All Rights Reserved.