SMILA (incubation) API documentation

org.eclipse.smila.search.highlighting.transformer
Class HighlightingTransformerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.search.highlighting.transformer.HighlightingTransformerException
All Implemented Interfaces:
java.io.Serializable

public class HighlightingTransformerException
extends java.lang.Exception

Author:
brox IT-Solutions GmbH To change this generated comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Constructor Summary
HighlightingTransformerException()
          Default Constructor.
HighlightingTransformerException(java.lang.String message)
           
HighlightingTransformerException(java.lang.String message, java.lang.Throwable cause)
           
HighlightingTransformerException(java.lang.Throwable cause)
           
 
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

HighlightingTransformerException

public HighlightingTransformerException()
Default Constructor.


HighlightingTransformerException

public HighlightingTransformerException(java.lang.String message)
Parameters:
message - -

HighlightingTransformerException

public HighlightingTransformerException(java.lang.String message,
                                        java.lang.Throwable cause)
Parameters:
message - -
cause - -

HighlightingTransformerException

public HighlightingTransformerException(java.lang.Throwable cause)
Parameters:
cause - -

SMILA (incubation) API documentation