Package org.jboss.weld.resources.spi
Class ClassFileInfoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.weld.resources.spi.ClassFileInfoException
- All Implemented Interfaces:
Serializable
Thrown when a
ClassFileServices implementation is not able to obtain metadata for a class with the specified name.- Author:
- Jozef Hartinger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClassFileInfoException(String message) InitializesClassFileInfoExceptionwith exception messageClassFileInfoException(String message, Throwable cause) InitializesClassFileInfoExceptionwith both, exception message and throwable causeClassFileInfoException(Throwable cause) InitializesClassFileInfoExceptionwith throwable cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassFileInfoException
InitializesClassFileInfoExceptionwith both, exception message and throwable cause- Parameters:
message- exception messagecause- throwable cause
-
ClassFileInfoException
InitializesClassFileInfoExceptionwith exception message- Parameters:
message- exception message
-
ClassFileInfoException
InitializesClassFileInfoExceptionwith throwable cause- Parameters:
cause- throwable cause
-