org.ow2.frascati.tinfi.api.control
Class ContentInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.frascati.tinfi.api.TinfiException
              extended by org.ow2.frascati.tinfi.api.control.ContentInstantiationException
All Implemented Interfaces:
java.io.Serializable

public class ContentInstantiationException
extends TinfiException

Exception thrown whenever a problem occurs when instantiating the content instance of a component.

Since:
1.1.1
Author:
Lionel Seinturier
See Also:
Serialized Form

Constructor Summary
ContentInstantiationException()
           
ContentInstantiationException(java.lang.String msg)
           
ContentInstantiationException(java.lang.String s, java.lang.Throwable t)
           
ContentInstantiationException(java.lang.Throwable t)
           
 
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

ContentInstantiationException

public ContentInstantiationException()

ContentInstantiationException

public ContentInstantiationException(java.lang.String msg)

ContentInstantiationException

public ContentInstantiationException(java.lang.Throwable t)

ContentInstantiationException

public ContentInstantiationException(java.lang.String s,
                                     java.lang.Throwable t)


Copyright © 2007-2011. All Rights Reserved.