Class UnsatisfiedArgumentException

All Implemented Interfaces:
Serializable

public class UnsatisfiedArgumentException extends FrameworkException
Exception indicating a tree node had one or more unsatisfied arguments so no valid tree could be constructed.
See Also:
  • Constructor Details

    • UnsatisfiedArgumentException

      public UnsatisfiedArgumentException(String message, Throwable cause)
      Exception indicating a tree node had one or more unsatisfied arguments.
      Parameters:
      message - the message describing this exception
      cause - the cause of this exception
    • UnsatisfiedArgumentException

      public UnsatisfiedArgumentException(String message)
      Exception indicating a tree node had one or more unsatisfied arguments.
      Parameters:
      message - the message describing this exception