org.eobjects.metamodel
Class MetaModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eobjects.metamodel.MetaModelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InconsistentRowFormatException, QueryParserException, ResourceException

public class MetaModelException
extends RuntimeException

Unchecked exception used to signal errors occuring in MetaModel. All MetaModelExceptions represent errors discovered withing the MetaModel framework. Typically these will occur if you have put together a query that is not meaningful or if there is a structural problem in a schema.

See Also:
Serialized Form

Constructor Summary
MetaModelException()
           
MetaModelException(Exception cause)
           
MetaModelException(String message)
           
MetaModelException(String message, Exception cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetaModelException

public MetaModelException(String message,
                          Exception cause)

MetaModelException

public MetaModelException(String message)

MetaModelException

public MetaModelException(Exception cause)

MetaModelException

public MetaModelException()


Copyright © 2007-2013. All Rights Reserved.