info.informatica.doc.style.css.visual
Class CSSReplacementException

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.visual.CSSReplacementException
All Implemented Interfaces:
Serializable

public class CSSReplacementException
extends CSSStyleException

Represents a problem replacing an element in the CSS formatting model.

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

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

CSSReplacementException

public CSSReplacementException()

CSSReplacementException

public CSSReplacementException(String message)

CSSReplacementException

public CSSReplacementException(String message,
                               Throwable cause)

CSSReplacementException

public CSSReplacementException(Throwable cause)


Copyright © 2011 informatica.info. All Rights Reserved.