Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.elnarion.util.plantuml.generator.sequencediagram.exception.NotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown if a method or class is not found on the classpath.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotFoundException(String message, Throwable cause) Instantiates a new not found exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
Instantiates a new not found exception.- Parameters:
message- the messagecause- the cause
-