Class ClassFileInfoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.weld.resources.spi.ClassFileInfoException
All Implemented Interfaces:
Serializable

public class ClassFileInfoException extends RuntimeException
Thrown when a ClassFileServices implementation is not able to obtain metadata for a class with the specified name.
Author:
Jozef Hartinger
See Also:
  • Constructor Details

    • ClassFileInfoException

      public ClassFileInfoException(String message, Throwable cause)
      Initializes ClassFileInfoException with both, exception message and throwable cause
      Parameters:
      message - exception message
      cause - throwable cause
    • ClassFileInfoException

      public ClassFileInfoException(String message)
      Initializes ClassFileInfoException with exception message
      Parameters:
      message - exception message
    • ClassFileInfoException

      public ClassFileInfoException(Throwable cause)
      Initializes ClassFileInfoException with throwable cause
      Parameters:
      cause - throwable cause