java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
io.sf.carte.doc.style.css.StyleDatabaseRequiredException
- All Implemented Interfaces:
Serializable
Thrown when a requested operation requires a
StyleDatabase
to
complete.- See Also:
-
Constructor Summary
-
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, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StyleDatabaseRequiredException
public StyleDatabaseRequiredException() -
StyleDatabaseRequiredException
-
StyleDatabaseRequiredException
-
StyleDatabaseRequiredException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
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.
-