info.informatica.doc.style.css.property
Class CSSValueConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.informatica.doc.style.css.CSSStyleException
              extended by info.informatica.doc.style.css.property.CSSPropertyException
                  extended by info.informatica.doc.style.css.property.CSSValueConversionException
All Implemented Interfaces:
Serializable

public class CSSValueConversionException
extends CSSPropertyException

CSS value conversion exception.

Author:
Carlos Amengual (amengual at informatica.info)
See Also:
Serialized Form

Constructor Summary
CSSValueConversionException()
           
CSSValueConversionException(String message)
           
CSSValueConversionException(String message, Throwable cause)
           
CSSValueConversionException(Throwable cause)
           
 
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

CSSValueConversionException

public CSSValueConversionException()

CSSValueConversionException

public CSSValueConversionException(String message)

CSSValueConversionException

public CSSValueConversionException(String message,
                                   Throwable cause)

CSSValueConversionException

public CSSValueConversionException(Throwable cause)


Copyright © 2011 informatica.info. All Rights Reserved.