| com.triactive.jdo.store.ViewDefinitionException
ViewDefinitionException | public class ViewDefinitionException extends JDOFatalUserException (Code) | | A ViewDefinitionException is thrown if the metadata extension(s)
that define a view are missing or invalid.
author: Mike Martin version: $Revision: 1.3 $ See Also: ClassView |
ViewDefinitionException | public ViewDefinitionException(Class clazz, String viewDef)(Code) | | Constructs a class definition exception with the specified detail
message.
Parameters: clazz - The class backed by a view. Parameters: viewDef - The string provided in the metadata defining the view. |
|
|