org.apache.rat.document
Class UnsuitableDocumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.rat.document.RatDocumentAnalysisException
org.apache.rat.document.UnsuitableDocumentException
- All Implemented Interfaces:
- Serializable
public class UnsuitableDocumentException
- extends RatDocumentAnalysisException
Indicates that the document was unsuitable for analysis.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsuitableDocumentException
public UnsuitableDocumentException()
UnsuitableDocumentException
public UnsuitableDocumentException(String msg,
Throwable cause)
UnsuitableDocumentException
public UnsuitableDocumentException(String msg)
UnsuitableDocumentException
public UnsuitableDocumentException(Throwable cause)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.