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)
    • DecodeException

      public DecodeException(Throwable aCause)
    • DecodeException

      public DecodeException(String sMsg, Throwable aCause)