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 PreprocessorExceptionPreprocessingState. makeException(java.lang.String message, java.lang.String causeString, java.lang.Throwable cause)PreprocessorExceptionPreprocessorContext. 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 PreprocessorExceptionPreprocessorException. extractPreprocessorException(java.lang.Throwable thr)
-