org.apache.stanbol.enhancer.servicesapi
Class ChainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.stanbol.enhancer.servicesapi.EnhancementException
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)
|
| 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 |
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.