Class ClassGraphException

All Implemented Interfaces:
Serializable

public class ClassGraphException extends IllegalArgumentException
An unchecked exception that is thrown when an error state occurs or an unhandled exception is caught during scanning.

(Extends IllegalArgumentException, which extends RuntimeException, so either of the more generic exceptions may be caught.)

See Also:
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      serialVersionUID.
      See Also:
  • Constructor Details

    • ClassGraphException

      ClassGraphException(String message)
      Constructor.
      Parameters:
      message - the message
    • ClassGraphException

      ClassGraphException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - the message
      cause - the cause