Package org.apache.tika.pipes.fetcher
Class FetcherStringException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.apache.tika.exception.TikaException
- 
- org.apache.tika.pipes.fetcher.FetcherStringException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class FetcherStringException extends TikaException If something goes wrong in parsing the fetcher string- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FetcherStringException(String msg)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
FetcherStringExceptionpublic FetcherStringException(String msg) 
 
- 
 
-