ConForM.CoopnTools.JavaProto
Class UnimplementedFeatureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ConForM.CoopnTools.JavaProto.JavaProtoException
                    |
                    +--ConForM.CoopnTools.JavaProto.UnimplementedFeatureException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DifficultConditionException

public class UnimplementedFeatureException
extends JavaProtoException

See Also:
Serialized Form

Constructor Summary
UnimplementedFeatureException(CoopnElement feature)
           
UnimplementedFeatureException(CoopnElement feature, java.lang.String message)
           
 
Method Summary
 CoopnElement getFeature()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnimplementedFeatureException

public UnimplementedFeatureException(CoopnElement feature)

UnimplementedFeatureException

public UnimplementedFeatureException(CoopnElement feature,
                                     java.lang.String message)
Method Detail

getFeature

public CoopnElement getFeature()