Class ExceptionConverter<T>

java.lang.Object
org.ek9lang.core.ExceptionConverter<T>
All Implemented Interfaces:
Function<Processor<T>,T>

public class ExceptionConverter<T> extends Object implements Function<Processor<T>,T>
Just wraps any exceptions in a runtime CompilerException.
  • Constructor Details

    • ExceptionConverter

      public ExceptionConverter()
  • Method Details