org.dasein.attributes
Class InvalidAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.dasein.attributes.InvalidAttributeException
All Implemented Interfaces:
Serializable

public class InvalidAttributeException
extends RuntimeException

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 $

Version:
$Revision: 1.2 $
Author:
George Reese
See Also:
Serialized Form

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

InvalidAttributeException

public InvalidAttributeException()
Constructs a new exception with no error message. Avoid using this meaningless constructor.


InvalidAttributeException

public InvalidAttributeException(String msg)
Constructs a new exception that describes why it could not manage the attribute in question.

Parameters:
msg - the error message


Copyright © 2011 enStratus Networks LLC. All Rights Reserved.