spcp7.imagegallery.abstractionlayer.exception
Class FeatureNotProvidedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by spcp7.imagegallery.abstractionlayer.exception.FeatureNotProvidedException
All Implemented Interfaces:
java.io.Serializable

public class FeatureNotProvidedException
extends java.lang.Exception

The excetion should be thrown if a feature can be implemented but currently is not.

Author:
Phillip Merensky
See Also:
Exception, Serialized Form

Constructor Summary
FeatureNotProvidedException()
           
FeatureNotProvidedException(java.lang.String message)
           
FeatureNotProvidedException(java.lang.String message, java.lang.Throwable cause)
           
FeatureNotProvidedException(java.lang.Throwable cause)
           
 
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

FeatureNotProvidedException

public FeatureNotProvidedException()

FeatureNotProvidedException

public FeatureNotProvidedException(java.lang.String message,
                                   java.lang.Throwable cause)
Parameters:
message -
cause -

FeatureNotProvidedException

public FeatureNotProvidedException(java.lang.String message)
Parameters:
message -

FeatureNotProvidedException

public FeatureNotProvidedException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2008. All Rights Reserved.