Class ExResourceFailure

All Implemented Interfaces:
Serializable

public class ExResourceFailure extends ExceptionBase
See Also:
  • Method Details

    • resolve

      public void resolve()
      Description copied from class: ExceptionBase
      Resolves the exception objects in the derived class's collection.
      Specified by:
      resolve in class ExceptionBase
    • count

      public int count()
      Description copied from class: ExceptionBase
      Counts the number of exception objects in the derived class's collection.
      Specified by:
      count in class ExceptionBase
      Returns:
      the count.
    • item

      public ExErrItem item(int nIndex)
      Description copied from class: ExceptionBase
      Pure abstract indexing operator to reference the given n'th exception object in the derived class's collection.
      Specified by:
      item in class ExceptionBase
      Parameters:
      nIndex - the index of the exception object to return. Must be in the range 0 to count() - 1.
      Returns:
      the n'th exception object.
    • toString

      public String toString()
      Overrides:
      toString in class Throwable