Class ResourceException

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

public class ResourceException extends Exception
An exception that occurred while parsing or setting up a resource.
See Also:
  • Constructor Details

    • ResourceException

      public ResourceException(String msg)
    • ResourceException

      public ResourceException(Throwable cause)
    • ResourceException

      public ResourceException(String msg, Throwable cause)