Class NoSuchComponentException

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

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

    • NoSuchComponentException

      public NoSuchComponentException(String msg)
    • NoSuchComponentException

      public NoSuchComponentException(Throwable cause)
    • NoSuchComponentException

      public NoSuchComponentException(String msg, Throwable cause)