Module utilities

Interface DetailedException

All Superinterfaces:
Disposable
All Known Implementing Classes:
LexicalException, ProblemReporter, RecognitionException, RecognitionExceptionList, SemanticException, SyntacticException, UnexpectedTokenException

public interface DetailedException extends Disposable
  • Method Summary

    Modifier and Type
    Method
    Description
    getDetailedMessage(boolean html)
     

    Methods inherited from interface de.grogra.util.Disposable

    dispose
  • Method Details

    • getDetailedMessage

      String getDetailedMessage(boolean html)