com.triactive.jdo.store.sql
Class ViewDefinitionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.jdo.JDOException
                  extended byjavax.jdo.JDOFatalException
                      extended byjavax.jdo.JDOFatalUserException
                          extended bycom.triactive.jdo.store.sql.ViewDefinitionException
All Implemented Interfaces:
java.io.Serializable

public class ViewDefinitionException
extends javax.jdo.JDOFatalUserException

A ViewDefinitionException is thrown if the metadata extension(s) that define a view are missing or invalid.

Author:
Mike Martin
See Also:
ClassView, Serialized Form

Constructor Summary
ViewDefinitionException(java.lang.Class clazz, java.lang.String viewDef)
          Constructs a class definition exception with the specified detail message.
 
Methods inherited from class javax.jdo.JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewDefinitionException

public ViewDefinitionException(java.lang.Class clazz,
                               java.lang.String viewDef)
Constructs a class definition exception with the specified detail message.

Parameters:
clazz - The class backed by a view.
viewDef - The string provided in the metadata defining the view.


Copyright © 2001-2007 The TJDO Project All Rights Reserved.