org.apache.stanbol.enhancer.servicesapi
Class EnhancementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.stanbol.enhancer.servicesapi.EnhancementException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ChainException, EngineException

public abstract class EnhancementException
extends java.lang.Exception

Abstract super class over EngineException and Chain as typically used by components that need to used both EnhancementEngines and Chains.

See Also:
Serialized Form

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

EnhancementException

public EnhancementException(java.lang.String message)

EnhancementException

public EnhancementException(java.lang.String message,
                            java.lang.Throwable cause)

EnhancementException

public EnhancementException(java.lang.Throwable cause)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.