Package org.apache.rat
Class ImplementationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.rat.ImplementationException
- All Implemented Interfaces:
Serializable
An exception thrown when there is an issue with the implementation of an extension point.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionImplementationException(String message)
ImplementationException(String message, Throwable cause)
ImplementationException(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
-
ImplementationException
-
ImplementationException
-
ImplementationException
-
-
Method Details
-
makeInstance
-