Class QCodeException

All Implemented Interfaces:
Serializable

public class QCodeException extends QException
Exception thrown while executing custom code in QQQ. Context field is meant to give the user "context" for where the error occurred - e.g., a line number or word that was bad.
See Also:
  • Constructor Details

    • QCodeException

      public QCodeException(String message)
      Constructor of message
    • QCodeException

      public QCodeException(String message, Throwable cause)
      Constructor of message invalid input: '&' cause
  • Method Details

    • getContext

      public String getContext()
      Getter for context
    • setContext

      public void setContext(String context)
      Setter for context