Method Summary |
|
public ContentDataUser<ResultType, DataType> | clone() Simply clones the instance with the default clone method since this
class contains no member variables. |
public DataType | getData() Retrieves the data object that was provided through the constructor. |
public void | throwException(Exception exception) Calling this method makes it possible to throw a checked exception from
within this class.
To catch it you should surround the using method with a
try-catch block that catching
InnerClassException . |
abstract public ResultType | useContentData(Object contentData) Should be implemented by all extending classes. |