net.sf.xslthl
Class HighlighterConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.xslthl.HighlighterConfigurationException
All Implemented Interfaces:
Serializable

public class HighlighterConfigurationException
extends Exception

Exception thrown on construction of a highlighter when the configuration is incomplete

See Also:
Serialized Form

Constructor Summary
HighlighterConfigurationException(String arg0)
           
HighlighterConfigurationException(String arg0, Throwable arg1)
           
 
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

HighlighterConfigurationException

public HighlighterConfigurationException(String arg0,
                                         Throwable arg1)
Parameters:
arg0 -
arg1 -

HighlighterConfigurationException

public HighlighterConfigurationException(String arg0)
Parameters:
arg0 -


Copyright © 2005-2014. All Rights Reserved.