Package com.yahoo.docproc
Class HandledProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.yahoo.docproc.HandledProcessingException
-
- All Implemented Interfaces:
Serializable
public class HandledProcessingException extends RuntimeException
Exception generated by known bad input in a docproc. Will cause only message to be logged, not stacktrace.- Author:
- Mathias Mølster Lidal
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HandledProcessingException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HandledProcessingException
public HandledProcessingException(String message)
-
-