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
Signals that an error occured while accessing a spreadsheet document file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an exception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpreadsheetDocumentFileAccessException
Constructs an exception with the specified cause.- Parameters:
cause
- The cause.
-