Class SelectorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.wwu.scdh.annotation.selection.SelectorException
All Implemented Interfaces:
Serializable

public class SelectorException extends Exception
An exception that occurred while processing a selector an a resource.
See Also:
  • Constructor Details

    • SelectorException

      public SelectorException(String msg)
    • SelectorException

      public SelectorException(Throwable cause)
    • SelectorException

      public SelectorException(String msg, Throwable cause)