Class EncodeException

All Implemented Interfaces:
Serializable

public class EncodeException extends RuntimeException
Exception occurred in an encoder
Author:
Philip Helger
See Also:
  • Constructor Details

    • EncodeException

      public EncodeException(String sMsg)
      Constructor with a message.
      Parameters:
      sMsg - The error message.
    • EncodeException

      public EncodeException(Throwable aCause)
      Constructor with a cause.
      Parameters:
      aCause - The causing exception.
    • EncodeException

      public EncodeException(String sMsg, Throwable aCause)
      Constructor with a message and a cause.
      Parameters:
      sMsg - The error message.
      aCause - The causing exception.