Uses of Class
com.igormaznitsa.jcp.exceptions.PreprocessorException
-
Packages that use PreprocessorException Package Description com.igormaznitsa.jcp.context com.igormaznitsa.jcp.exceptions -
-
Uses of PreprocessorException in com.igormaznitsa.jcp.context
Methods in com.igormaznitsa.jcp.context that return PreprocessorException Modifier and Type Method Description PreprocessorException
PreprocessingState. makeException(java.lang.String message, java.lang.String causeString, java.lang.Throwable cause)
PreprocessorException
PreprocessorContext. makeException(java.lang.String text, java.lang.Throwable cause)
Prepare exception with message and cause, or return cause if it is a preprocessor exception -
Uses of PreprocessorException in com.igormaznitsa.jcp.exceptions
Methods in com.igormaznitsa.jcp.exceptions that return PreprocessorException Modifier and Type Method Description static PreprocessorException
PreprocessorException. extractPreprocessorException(java.lang.Throwable thr)
-