|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jef.dna.attributes.exceptions.MissingAttributeContainerException
public class MissingAttributeContainerException
This exception is thrown by those classes stored within Attribute subclasses in
the case their AttributeContainer should have not be set.
| Constructor Summary | |
|---|---|
MissingAttributeContainerException()
Creates a new instance of MissingAttributeContainerException without detail
message. |
|
MissingAttributeContainerException(java.lang.String msg)
Constructs an instance of MissingAttributeContainerException with the
specified detail message. |
|
| 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 |
|---|
public MissingAttributeContainerException()
MissingAttributeContainerException without detail
message.
public MissingAttributeContainerException(java.lang.String msg)
MissingAttributeContainerException with the
specified detail message.
msg - the detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||