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

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

public class UnknownAttributeException
extends Exception

This is just a marker class.

Version:
$Revision: 88b901bf20fb $
See Also:
Serialized Form

Constructor Summary
UnknownAttributeException(String wrongAttributeName, Exception cause)
          Default constructor.
 
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

UnknownAttributeException

public UnknownAttributeException(String wrongAttributeName,
                                 Exception cause)
Default constructor.

Parameters:
wrongAttributeName - name of attribute
cause - original Exception


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