org.eobjects.metamodel
Class MetaModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.