public class ContentFileProcessingException extends ContentProcessingException
Constructor and Description |
---|
ContentFileProcessingException(java.lang.Exception e,
MemoizedFile sourceFile) |
ContentFileProcessingException(MemoizedFile sourceFile,
java.lang.Exception cause) |
ContentFileProcessingException(MemoizedFile sourceFile,
int lineNumber,
int characterNumber,
java.lang.Exception cause) |
ContentFileProcessingException(MemoizedFile sourceFile,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public ContentFileProcessingException(java.lang.Exception e, MemoizedFile sourceFile)
public ContentFileProcessingException(MemoizedFile sourceFile, java.lang.String message)
public ContentFileProcessingException(MemoizedFile sourceFile, int lineNumber, int characterNumber, java.lang.Exception cause)
public ContentFileProcessingException(MemoizedFile sourceFile, java.lang.Exception cause)
public java.lang.String toString()
toString
in class ContentProcessingException