public class ClassScanningException extends TruggerException
Constructor and Description |
---|
ClassScanningException()
Creates a new ClassFindingException.
|
ClassScanningException(java.lang.String message)
Creates a new ClassFindingException with the given message.
|
ClassScanningException(java.lang.String format,
java.lang.Object... args)
Creates a new ClassFindingException with a formatted message.
|
ClassScanningException(java.lang.String message,
java.lang.Throwable cause)
Creates a new ClassFindingException with the given cause and message
|
ClassScanningException(java.lang.Throwable cause)
Creates a new ClassFindingException with the given cause.
|
ClassScanningException(java.lang.Throwable cause,
java.lang.String format,
java.lang.Object... args)
Creates a new ClassFindingException with the given cause and message
|
public ClassScanningException()
public ClassScanningException(java.lang.String message)
message
- the message of the exceptionpublic ClassScanningException(java.lang.String format, java.lang.Object... args)
format
- the format of the messageargs
- the arguments to format the messagepublic ClassScanningException(java.lang.Throwable cause, java.lang.String format, java.lang.Object... args)
cause
- the cause of the exceptionformat
- the format of the messageargs
- the arguments to format the messagepublic ClassScanningException(java.lang.String message, java.lang.Throwable cause)
message
- the message of the exceptioncause
- the cause of the exceptionpublic ClassScanningException(java.lang.Throwable cause)
cause
- the cause of the exception