com.rapidtransform.core.meta
Class InvalidMetaRelationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rapidtransform.core.ConveloException
              extended by com.rapidtransform.core.meta.MetaException
                  extended by com.rapidtransform.core.meta.InvalidMetaRelationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMetaRelationException
extends MetaException

Throws if the relation is not specified in a source model type's definition.

Author:
Steve Werner
See Also:
Serialized Form

Constructor Summary
InvalidMetaRelationException(java.lang.String message)
           
InvalidMetaRelationException(java.lang.String message, java.lang.Throwable nested)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidMetaRelationException

public InvalidMetaRelationException(java.lang.String message)

InvalidMetaRelationException

public InvalidMetaRelationException(java.lang.String message,
                                    java.lang.Throwable nested)