|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dasein.attributes.InvalidAttributeException
public class InvalidAttributeException
Represents some kind of error instantiating an attribute or its associated data type.
This class was originally developed for the Simplicis Content Management System in 2003 and moved into an Open Source library in 2006.
Last modified: $Date: 2006/01/24 17:59:14 $
| Constructor Summary | |
|---|---|
InvalidAttributeException()
Constructs a new exception with no error message. |
|
InvalidAttributeException(String msg)
Constructs a new exception that describes why it could not manage the attribute in question. |
|
| 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 InvalidAttributeException()
public InvalidAttributeException(String msg)
msg - the error message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||