public class PreprocessorException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private FilePositionInfo[] |
includeStack |
private java.lang.String |
processingString |
private static long |
serialVersionUID |
Constructor and Description |
---|
PreprocessorException(java.lang.String message,
java.lang.String processedText,
FilePositionInfo[] includeStack,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
convertIncludeStackToString() |
static PreprocessorException |
extractPreprocessorException(java.lang.Throwable thr) |
FilePositionInfo[] |
getIncludeChain() |
java.io.File |
getProcessingFile() |
java.lang.String |
getProcessingString() |
java.io.File |
getRootFile() |
int |
getStringIndex() |
private static java.lang.String |
makeStackView(FilePositionInfo[] list,
char fill) |
static java.lang.String |
referenceAsString(char fillChar,
java.lang.Throwable thr) |
java.lang.String |
toString() |
private static final long serialVersionUID
private final java.lang.String processingString
private final transient FilePositionInfo[] includeStack
public PreprocessorException(java.lang.String message, java.lang.String processedText, FilePositionInfo[] includeStack, java.lang.Throwable cause)
public java.io.File getRootFile()
public java.io.File getProcessingFile()
public int getStringIndex()
public java.lang.String getProcessingString()
private java.lang.String convertIncludeStackToString()
public FilePositionInfo[] getIncludeChain()
public java.lang.String toString()
toString
in class java.lang.Throwable
private static java.lang.String makeStackView(FilePositionInfo[] list, char fill)
public static PreprocessorException extractPreprocessorException(java.lang.Throwable thr)
public static java.lang.String referenceAsString(char fillChar, java.lang.Throwable thr)