Package org.apache.tika.pipes
Class PipesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.tika.pipes.PipesException
-
- All Implemented Interfaces:
Serializable
public class PipesException extends Exception
Fatal exception that means that something went seriously wrong.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PipesException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PipesException
public PipesException(Throwable t)
-
-