Class JWeaverExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jweaver.crawler.internal.exception.JWeaverExecutionException
- All Implemented Interfaces:
Serializable
The JWeaverExecutionException class represents an unchecked exception that occurs during the
execution of a JWeaver task.
- See Also:
-
Constructor Summary
ConstructorDescriptionJWeaverExecutionException
(String message) Constructs a new JWeaverExecutionException (RuntimeException) with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JWeaverExecutionException
Constructs a new JWeaverExecutionException (RuntimeException) with the specified detail message.- Parameters:
message
- The detail message
-