Class ClassGraphException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClassGraphException
    extends java.lang.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:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static long serialVersionUID
      serialVersionUID.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassGraphException​(java.lang.String message)
      Constructor.
      ClassGraphException​(java.lang.String message, java.lang.Throwable cause)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • ClassGraphException

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

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