com.ibm.tivoli.maximo.expression

Class ExpressionException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.ibm.tivoli.maximo.expression.ExpressionException
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Integer getLineNum() 
      MXException getMXException() 
      java.lang.String getScrName() 
      boolean isThrowException() 
      void setErrorLocation(java.lang.String scrName, java.lang.Integer lineNum) 
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExpressionException

        public ExpressionException(java.lang.String message)
      • ExpressionException

        public ExpressionException(java.lang.Exception e)
      • ExpressionException

        public ExpressionException(java.lang.String grp,
                                   java.lang.String key,
                                   java.lang.String[] params)
      • ExpressionException

        public ExpressionException(java.lang.Exception e,
                                   boolean throwException)
    • Method Detail

      • setErrorLocation

        public void setErrorLocation(java.lang.String scrName,
                                     java.lang.Integer lineNum)
      • getScrName

        public java.lang.String getScrName()
      • getLineNum

        public java.lang.Integer getLineNum()
      • isThrowException

        public boolean isThrowException()