Class MalformedEntityException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MalformedEntityException
    extends com.lexmark.saperion.exceptions.application.ApplicationException
    This exception indicates that an entity was encountered whose data is in some way malformed or inconsistent.
    Author:
    jschwarz
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.lexmark.saperion.exceptions.application.ApplicationException

        com.lexmark.saperion.exceptions.application.ApplicationException.ApplicationError
    • Field Summary

      • Fields inherited from class com.lexmark.saperion.exceptions.application.ApplicationException

        APPLICATION_GENERAL_ERROR
    • Constructor Summary

      Constructors 
      Constructor Description
      MalformedEntityException​(com.lexmark.saperion.exceptions.ErrorType fault, java.lang.Throwable cause)
      This is the constructor used for serialization.
      MalformedEntityException​(java.lang.String message)
      This constructor creates a new malformed-entity-exception.
      MalformedEntityException​(java.lang.String message, java.lang.Throwable cause)
      This constructor creates a new malformed-entity-exception.
      MalformedEntityException​(java.lang.Throwable cause)
      This constructor creates a new malformed-entity-exception.
    • Method Summary

      • Methods inherited from class com.lexmark.saperion.exceptions.EcmException

        createError, getDescriptionParameters, getErrorCode, getErrorDetails
      • 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

      • MalformedEntityException

        public MalformedEntityException​(com.lexmark.saperion.exceptions.ErrorType fault,
                                        java.lang.Throwable cause)
        This is the constructor used for serialization.
        Parameters:
        error - the error model
        cause - the cause of the exception
      • MalformedEntityException

        public MalformedEntityException​(java.lang.String message,
                                        java.lang.Throwable cause)
        This constructor creates a new malformed-entity-exception.
        Parameters:
        message - the message to display
        cause - another exception that caused this exception
      • MalformedEntityException

        public MalformedEntityException​(java.lang.String message)
        This constructor creates a new malformed-entity-exception.
        Parameters:
        message - the message to display
      • MalformedEntityException

        public MalformedEntityException​(java.lang.Throwable cause)
        This constructor creates a new malformed-entity-exception.
        Parameters:
        cause - another exception that caused this exception