org.progeeks.meta
Class MetaObjectInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.progeeks.meta.MetaObjectInstantiationException
All Implemented Interfaces:
java.io.Serializable

public class MetaObjectInstantiationException
extends java.lang.RuntimeException

Thrown when an application tries to create a new MetaObject using MetaObjectFactory.createMetaObject(), but the meta-kit is not able to create the object.

Version:
$Revision: 1.1 $
Author:
Paul Speed
See Also:
Serialized Form

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

MetaObjectInstantiationException

public MetaObjectInstantiationException(java.lang.String message)

MetaObjectInstantiationException

public MetaObjectInstantiationException(java.lang.String message,
                                        java.lang.Throwable cause)


Copyright © 2002-2003 Paul Speed. All Rights Reserved.