org.nakedobjects.metamodel.runtimecontext
Class ObjectInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nakedobjects.metamodel.runtimecontext.ObjectInstantiationException
All Implemented Interfaces:
java.io.Serializable

public class ObjectInstantiationException
extends java.lang.Exception

See Also:
Serialized Form

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

ObjectInstantiationException

public ObjectInstantiationException()

ObjectInstantiationException

public ObjectInstantiationException(java.lang.String message)

ObjectInstantiationException

public ObjectInstantiationException(java.lang.Throwable cause)

ObjectInstantiationException

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


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.