com.tensegrity.generic.util
Class UnsupportedMethodException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.tensegrity.generic.util.DynamicException
                  extended bycom.tensegrity.generic.util.UnsupportedMethodException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedMethodException
extends DynamicException

Thrown if the called method is not implemented by the receiving object.

Version:
$Id: UnsupportedMethodException.java,v 1.4 2005/04/29 14:58:45 KevinCVS Exp $
Author:
Andreas Ebbert
See Also:
Serialized Form

Constructor Summary
UnsupportedMethodException()
          Default constructor with a default description.
UnsupportedMethodException(java.lang.String description)
          Constructor for an exception indicating that a not supported method was called on an object.
 
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

UnsupportedMethodException

public UnsupportedMethodException(java.lang.String description)
Constructor for an exception indicating that a not supported method was called on an object.

Parameters:
description - a detailed description.

UnsupportedMethodException

public UnsupportedMethodException()
Default constructor with a default description.



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.