|
LibreOffice
LibreOffice 25.8 SDK API Reference
|
the base of all UNO exceptions More...
import <Exception.idl;
Inherited by IllegalAccessibleComponentStateException, AuthenticationFailedException, InvalidArgumentException, InvalidContextException, InvalidCredentialException, InvalidPrincipalException, PersistenceFailureException, UnsupportedException, PrinterException, IllegalTypeException, IntrospectionException, NotRemoveableException, PropertyExistException, PropertyVetoException, UnknownPropertyException, BridgeExistsException, InvalidProtocolChangeException, CannotLoadConfigurationException, MalformedDataException, MergeRecoveryRequest, AlreadyAcceptingException, ConnectionSetupException, NoConnectException, ElementExistException, NoSuchElementException, UnsupportedFlavorException, DependencyException, DeploymentException, ExtensionRemovedException, InstallException, InvalidRemovedParameterException, LicenseException, PlatformException, VersionException, AmbigousFilterRequest, BrokenPackageRequest, ChangedByOthersRequest, ExoticFileLoadException, FilterOptionsRequest, LockedDocumentRequest, LockedOnSavingRequest, NoSuchFilterRequest, OwnLockOnDocumentRequest, ReloadEditableRequest, UndoFailedException, GraphicFilterRequest, LinkageMisuseException, NoVisualAreaSizeException, ObjectSaveVetoException, UnreachableStateException, WrongStateException, IncompatibleTypesException, InvalidBindingStateException, DoubleInitializationException, TerminationVetoException, UnknownModuleException, MultipleCharsOutputException, IOException, WrongJavaVersionException, ClassNotFoundException, IllegalAccessException, IndexOutOfBoundsException, InvalidListenerException, ListenerExistException, NoSuchFieldException, NoSuchMethodException, NoSupportException, NullPointerException, ServiceNotRegisteredException, WrappedTargetException, LdapConnectionException, LdapGenericException, CannotActivateFactoryException, MailException, EncryptionNotAllowedException, NoEncryptionException, WrongPasswordException, ZipException, ParseException, QueryException, RepositoryException, InvalidTypeNameException, NoSuchTypeNameException, CannotRegisterImplementationException, InvalidRegistryException, InvalidValueException, MergeConflictException, VolatileContentDestroyedException, ScannerException, BasicErrorException, CannotConvertException, CannotCreateAdapterException, LibraryNotLoadedException, ModuleSizeExceededRequest, ScriptErrorRaisedException, ScriptFrameworkErrorException, SQLException, NoConvergenceException, SystemShellExecuteException, ClassifiedInteractionRequest, ErrorCodeRequest, PDFExportException, InvalidTextContentException, AlreadyInitializedException, CommandAbortedException, CommandFailedException, ContentCreationException, DuplicateCommandIdentifierException, DuplicateProviderException, IllegalIdentifierException, InteractiveBadTransferURLException, ListenerAlreadySetException, MissingInputStreamException, MissingPropertiesException, ServiceNotFoundException, UnsupportedCommandException, UnsupportedDataSinkException, UnsupportedNameClashException, UnsupportedOpenModeException, ExecutableDialogException, RuntimeException, CloseVetoException, InvalidStateException, MalformedNumberFormatException, NotNumericException, VetoException, DOMException, EventException, SAXException, XPathException, and Exception.

Public Attributes | |
| string | Message |
| gives a detailed description of the reason, why the exception was thrown. | |
| com::sun::star::uno::XInterface | Context |
| should contain a reference to the original, which raised the exception. | |
the base of all UNO exceptions
All exceptions defined in UNO idl should derive from this exception.
| com::sun::star::uno::XInterface Context |
should contain a reference to the original, which raised the exception.
May be NULL.
| string Message |
gives a detailed description of the reason, why the exception was thrown.
The description should be as detailed as possible.