|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.smf.FactoryException
org.drools.smf.MissingAttributeException
public class MissingAttributeException
| 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 |
|---|
public MissingAttributeException(java.lang.String name)
name - The missing attribute name.Exception.Exception()
public MissingAttributeException(java.lang.String name,
java.lang.Throwable cause)
object - The missing attribute name.Exception.Exception(Throwable cause)| Method Detail |
|---|
public java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||