Class 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.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SystemFieldWriteException

        public SystemFieldWriteException​(com.lexmark.saperion.archive.ArchiveReferenceType definition,
                                         java.util.List<java.lang.String> systemFieldNames)
    • 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