Class DecodeException

All Implemented Interfaces:
Serializable

public class DecodeException extends RuntimeException
Exception occurred in a decoder
Author:
Philip Helger
See Also:
  • Constructor Details

    • DecodeException

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

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

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