Package net.sf.xslthl
Class HighlighterConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sf.xslthl.HighlighterConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class HighlighterConfigurationException extends java.lang.Exception
Exception thrown on construction of a highlighter when the configuration is incomplete- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HighlighterConfigurationException(java.lang.String arg0)
HighlighterConfigurationException(java.lang.String arg0, java.lang.Throwable arg1)
-