Class SpreadsheetDocumentFileAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.dt.internal.moxel.resource.SpreadsheetDocumentFileAccessException
All Implemented Interfaces:
Serializable

public class SpreadsheetDocumentFileAccessException extends RuntimeException
Signals that an error occured while accessing a spreadsheet document file.
See Also:
  • Constructor Details

    • SpreadsheetDocumentFileAccessException

      public SpreadsheetDocumentFileAccessException(Throwable cause)
      Constructs an exception with the specified cause.
      Parameters:
      cause - The cause.