Class KlumVisitorException

All Implemented Interfaces:
Serializable

public class KlumVisitorException extends KlumException
An Exception that is bound to a specific object in the model.
See Also:
  • Constructor Details

    • KlumVisitorException

      public KlumVisitorException(String message, Object responsibleObject, Throwable cause)
    • KlumVisitorException

      public KlumVisitorException(String message, Object responsibleObject)
  • Method Details