org.terracotta.toolkit.search.attribute
Class ToolkitAttributeExtractorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.terracotta.toolkit.ToolkitRuntimeException
                  extended by org.terracotta.toolkit.search.SearchException
                      extended by org.terracotta.toolkit.search.attribute.ToolkitAttributeExtractorException
All Implemented Interfaces:
Serializable

public class ToolkitAttributeExtractorException
extends SearchException
implements Serializable

See Also:
Serialized Form

Constructor Summary
ToolkitAttributeExtractorException(String msg)
           
ToolkitAttributeExtractorException(String msg, Throwable cause)
           
ToolkitAttributeExtractorException(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

ToolkitAttributeExtractorException

public ToolkitAttributeExtractorException(Throwable cause)

ToolkitAttributeExtractorException

public ToolkitAttributeExtractorException(String msg,
                                          Throwable cause)

ToolkitAttributeExtractorException

public ToolkitAttributeExtractorException(String msg)


Copyright © 2014 Terracotta, Inc.. All Rights Reserved.