org.drools.smf
Class MissingAttributeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.drools.DroolsException
                    |
                    +--org.drools.smf.FactoryException
                          |
                          +--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)
           
 
Method Summary
 java.lang.String getMessage()
          Retrieve the error message.
 java.lang.String getName()
           
 
Methods inherited from class org.drools.DroolsException
getLocalizedMessage, getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, 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)
Method Detail

getName

public java.lang.String getName()

getMessage

public java.lang.String getMessage()
Description copied from class: DroolsException
Retrieve the error message.

Overrides:
getMessage in class DroolsException
Returns:
The error message.