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 SummaryConstructorsConstructorDescriptionSystemFieldWriteException(com.lexmark.saperion.archive.ArchiveReferenceType definition, List<String> systemFieldNames) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.lexmark.saperion.archive.ArchiveReferenceTypeThis 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.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SystemFieldWriteException
 
- 
- 
Method Details- 
getSystemFieldNamesThis 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
 
- 
getArchiveReferencepublic 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
 
 
-