java.lang.Object
java.lang.Throwable
java.lang.Exception
io.sf.carte.doc.style.css.CSSStyleException
io.sf.carte.doc.style.css.property.CSSPropertyException
io.sf.carte.doc.style.css.property.CSSPropertyValueException
- All Implemented Interfaces:
Serializable
Thrown when a property does not seem to have a correct value.
- See Also:
-
Constructor Summary
ConstructorDescriptionCSSPropertyValueException
(String message) CSSPropertyValueException
(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionGets the text string of the value causing the exception.void
setValueText
(String text) Sets the text string of the value causing the exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CSSPropertyValueException
public CSSPropertyValueException() -
CSSPropertyValueException
-
CSSPropertyValueException
-
CSSPropertyValueException
-
-
Method Details
-
setValueText
Sets the text string of the value causing the exception.- Parameters:
text
- the value text.
-
getValueText
Gets the text string of the value causing the exception.- Returns:
- the value text.
-