org.drools.smf
Class MissingAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.drools.DroolsException
              extended by org.drools.smf.FactoryException
                  extended by org.drools.smf.MissingAttributeException
All Implemented Interfaces:
java.io.Serializable

public class MissingAttributeException
extends FactoryException

See Also:
Serialized Form

Constructor Summary
MissingAttributeException(java.lang.String name)
           
MissingAttributeException(java.lang.String name, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getName()
          Retrieve the missing attribute name.
 
Methods inherited from class org.drools.DroolsException
getRootCause
 
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

MissingAttributeException

public MissingAttributeException(java.lang.String name)
Parameters:
name - The missing attribute name.
See Also:
Exception.Exception()

MissingAttributeException

public MissingAttributeException(java.lang.String name,
                                 java.lang.Throwable cause)
Parameters:
object - The missing attribute name.
See Also:
Exception.Exception(Throwable cause)
Method Detail

getName

public java.lang.String getName()
Retrieve the missing attribute name.

Returns:
The missing attribute name.