com.rapidtransform.core.meta
Class MetaException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidMetaRelationException

public class MetaException
extends ConveloException

This exception is thrown when a problem occurs in the Meta layer.

Author:
Steve Werner
See Also:
Serialized Form

Constructor Summary
MetaException(java.lang.String message)
           
MetaException(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

MetaException

public MetaException(java.lang.String message)

MetaException

public MetaException(java.lang.String message,
                     java.lang.Throwable nested)
Parameters:
message -
nested -