public class PreprocessorException extends RuntimeException
Constructor and Description |
---|
PreprocessorException(String message,
String processedText,
FilePositionInfo[] includeStack,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static PreprocessorException |
extractPreprocessorException(Throwable thr) |
FilePositionInfo[] |
getIncludeChain() |
File |
getProcessingFile() |
String |
getProcessingString() |
File |
getRootFile() |
int |
getStringIndex() |
static String |
referenceAsString(char fillChar,
Throwable thr) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public PreprocessorException(String message, String processedText, @MustNotContainNull FilePositionInfo[] includeStack, Throwable cause)
public File getRootFile()
public File getProcessingFile()
public int getStringIndex()
public String getProcessingString()
@MustNotContainNull public FilePositionInfo[] getIncludeChain()
public static PreprocessorException extractPreprocessorException(Throwable thr)
Copyright © 2011–2020 Igor Maznitsa. All rights reserved.