org.apache.stanbol.enhancer.servicesapi
Class ChainException

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

public class ChainException
extends EnhancementException

BaseException thrown by Chain implementations or EnhancementJobManager implementations when encountering problems while executing e Chain

Author:
Rupert Westenthaler
See Also:
Serialized Form

Constructor Summary
ChainException(org.apache.clerezza.rdf.core.Graph executionPlan, org.apache.clerezza.rdf.core.NonLiteral node, java.lang.String message, java.lang.Throwable cause)
          Creates a chain exception for the parsed node within the parsed executionPlan
ChainException(java.lang.String message)
           
ChainException(java.lang.String message, 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

ChainException

public ChainException(java.lang.String message)

ChainException

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

ChainException

public ChainException(org.apache.clerezza.rdf.core.Graph executionPlan,
                      org.apache.clerezza.rdf.core.NonLiteral node,
                      java.lang.String message,
                      java.lang.Throwable cause)
Creates a chain exception for the parsed node within the parsed executionPlan

Parameters:
executionPlan -
node -
message -
cause -


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