net.pleso.framework.client.ui
Class NotImplementedFeatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.pleso.framework.client.bl.exceptions.FrameworkRuntimeException
                  extended by net.pleso.framework.client.ui.NotImplementedFeatureException
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedFeatureException
extends FrameworkRuntimeException

This exception is thrown by framework user interface component when it can not support some business logic class implementation.

See Also:
Serialized Form

Constructor Summary
NotImplementedFeatureException(java.lang.String message)
          Constructs a new exception with the specified detail message.
NotImplementedFeatureException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new runtime exception with the specified detail message.
NotImplementedFeatureException(java.lang.Throwable cause)
          Constructs a new exception with the specified cause and a detail message of (cause==null ?
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotImplementedFeatureException

public NotImplementedFeatureException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message

NotImplementedFeatureException

public NotImplementedFeatureException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).

Parameters:
cause - the cause

NotImplementedFeatureException

public NotImplementedFeatureException(java.lang.String message,
                                      java.lang.Throwable cause)
Constructs a new runtime exception with the specified detail message.

Parameters:
message - the detail message
cause - the cause


Copyright © 2006-2007 pleso.net crew All Rights Reserved.