Package com.saperion.exception
Class SystemFieldWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.SystemFieldWriteException
- All Implemented Interfaces:
Serializable
This exception indicates that a call tried to write to a system field directly.
- Author:
- jschwarz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSystemFieldWriteException
(com.lexmark.saperion.archive.ArchiveReferenceType definition, List<String> systemFieldNames) -
Method Summary
Modifier and TypeMethodDescriptioncom.lexmark.saperion.archive.ArchiveReferenceType
This method returns a reference to the definition where it was attempted to write system fields.This method returns the names of the system fields that were tried to being written to.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SystemFieldWriteException
-
-
Method Details
-
getSystemFieldNames
This method returns the names of the system fields that were tried to being written to.- Returns:
- the names of the system fields that were tried to being written to
-
getArchiveReference
public com.lexmark.saperion.archive.ArchiveReferenceType getArchiveReference()This method returns a reference to the definition where it was attempted to write system fields.- Returns:
- a reference to the definition where it was attempted to write system fields
-