spcp7.imagegallery.abstractionlayer.exception
Class FeatureNotProvidedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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.