net.sf.gilead.exception
Class ComponentTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.gilead.exception.TransientObjectException
                  extended by net.sf.gilead.exception.ComponentTypeException
All Implemented Interfaces:
java.io.Serializable

public class ComponentTypeException
extends TransientObjectException

Exception thrown when a component type is encountered. It inherits from Transient Object Exception because most of the time it must be treated as transient.

Author:
bruno.marchesson
See Also:
Serialized Form

Constructor Summary
ComponentTypeException(java.lang.Object object)
          Constructor
 
Method Summary
 
Methods inherited from class net.sf.gilead.exception.TransientObjectException
getObject
 
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

ComponentTypeException

public ComponentTypeException(java.lang.Object object)
Constructor