Class EolParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.epsilon.eol.exceptions.EolParseException
All Implemented Interfaces:
Serializable

public class EolParseException extends Exception
Since:
1.6
Author:
Sina Madani
See Also:
  • Field Details

  • Constructor Details

    • EolParseException

      public EolParseException()
    • EolParseException

      public EolParseException(String message)
    • EolParseException

      public EolParseException(Collection<? extends ParseProblem> problems)
    • EolParseException

      public EolParseException(String message, Collection<? extends ParseProblem> problems)
  • Method Details