echopointng.stylesheet
Class CssInvalidValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by echopointng.stylesheet.CssStyleSheetException
              extended by echopointng.stylesheet.CssInvalidValueException
All Implemented Interfaces:
java.io.Serializable

public class CssInvalidValueException
extends CssStyleSheetException

CssInvalidValueException is thrown when a Css property value string cannot be converted into a specific Java object.

See Also:
Serialized Form

Constructor Summary
CssInvalidValueException(java.lang.String s, java.lang.Throwable causeException, int lineNo)
           
 
Method Summary
 
Methods inherited from class echopointng.stylesheet.CssStyleSheetException
getCauseException, getLineNo, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CssInvalidValueException

public CssInvalidValueException(java.lang.String s,
                                java.lang.Throwable causeException,
                                int lineNo)