Class CantFuzzException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- org.apache.tika.exception.TikaException
 - 
- org.apache.tika.fuzzing.exceptions.CantFuzzException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class CantFuzzException extends TikaException
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CantFuzzException(String msg) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
CantFuzzException
public CantFuzzException(String msg)
 
 - 
 
 -