Class ClasspathImportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.common.internal.settings.ClasspathImportException
All Implemented Interfaces:
Serializable

public class ClasspathImportException extends Exception
Indicates a problem importing classes, aggregation functions and the like.
See Also:
  • Constructor Details

    • ClasspathImportException

      public ClasspathImportException(String msg)
      Ctor.
      Parameters:
      msg - - exception message
    • ClasspathImportException

      public ClasspathImportException(String msg, Exception ex)
      Ctor.
      Parameters:
      msg - - exception message
      ex - - inner exception