org.jpox.store.rdbms.exceptions
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 byorg.jpox.store.rdbms.exceptions.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.

Version:
$Revision: 1.1 $
See Also:
ClassView, Serialized Form

Field Summary
protected static Localiser LOCALISER
           
 
Constructor Summary
ViewDefinitionException(java.lang.String className, 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
 

Field Detail

LOCALISER

protected static final Localiser LOCALISER
Constructor Detail

ViewDefinitionException

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

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


Copyright © -2007 . All Rights Reserved.