com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class ParseErrorArgs

    • Method Detail

      • getException

        public final RuntimeException getException()

        Gets the raised exception during parsing string value.

        Returns:
        the raised exception during parsing string value.
      • getFieldName

        public final String getFieldName()

        Gets the object field name.

        Returns:
        the object field name.
      • getInvalidValue

        public final String getInvalidValue()

        Gets the string value which raised an exception.

        Returns:
        the string value which raised an exception.
      • getFieldClass

        public Class getFieldClass()

        The object field class.

        Returns:
        returns the object field class.