java.lang.Object
java.lang.Throwable
java.lang.Exception
de.elnarion.util.plantuml.generator.sequencediagram.exception.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException extends Exception
This exception is thrown if a method or class is not found on the classpath.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message, Throwable cause)
      Instantiates a new not found exception.
      Parameters:
      message - the message
      cause - the cause