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:
java.io.Serializable
public class SystemFieldWriteException extends SaBasicException
This exception indicates that a call tried to write to a system field directly.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemFieldWriteException(com.lexmark.saperion.archive.ArchiveReferenceType definition, java.util.List<java.lang.String> systemFieldNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lexmark.saperion.archive.ArchiveReferenceType
getArchiveReference()
This method returns a reference to the definition where it was attempted to write system fields.java.util.List<java.lang.String>
getSystemFieldNames()
This method returns the names of the system fields that were tried to being written to.
-
-
-
Method Detail
-
getSystemFieldNames
public java.util.List<java.lang.String> 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
-
-