com.cafesoft.cams.attr
Class AttributeValueParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cafesoft.core.exception.NestedException
                    |
                    +--com.cafesoft.cams.attr.AttributeValueParseException
All Implemented Interfaces:
Serializable

public class AttributeValueParseException
extends NestedException

AttributeValueParseException indicates that the String representation of an AttributeValue could not be parsed because the format is not valid for a given DataType.

See Also:
Serialized Form

Constructor Summary
AttributeValueParseException()
          Construct a new AttributeValueParseException with no other information.
AttributeValueParseException(String message)
          Construct a new AttributeValueParseException for the specified message.
AttributeValueParseException(String message, Throwable cause)
          Construct a new AttributeValueParseException for the specified message and throwable.
AttributeValueParseException(Throwable cause)
          Construct a new AttributeValueParseException for the specified throwable.
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeValueParseException

public AttributeValueParseException()
Construct a new AttributeValueParseException with no other information.


AttributeValueParseException

public AttributeValueParseException(String message)
Construct a new AttributeValueParseException for the specified message.

Parameters:
message - a message describing this exception

AttributeValueParseException

public AttributeValueParseException(Throwable cause)
Construct a new AttributeValueParseException for the specified throwable.

Parameters:
cause - throwable that caused this exception

AttributeValueParseException

public AttributeValueParseException(String message,
                                    Throwable cause)
Construct a new AttributeValueParseException for the specified message and throwable.

Parameters:
message - message describing this exception
cause - throwable that caused this exception


Generated on 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.