org.ow2.bonita.facade.exception
Class UninitializedFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.bonita.util.BonitaException
              extended by org.ow2.bonita.facade.exception.UninitializedFieldException
All Implemented Interfaces:
java.io.Serializable

public class UninitializedFieldException
extends BonitaException

See Also:
Serialized Form

Constructor Summary
UninitializedFieldException(java.lang.String field, java.lang.Class<?> objectClass)
           
 
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

UninitializedFieldException

public UninitializedFieldException(java.lang.String field,
                                   java.lang.Class<?> objectClass)