Class EdiCharsetsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EdiCharsetsException
    extends java.lang.Exception
    Used to inform the main process that the charset defined in an EDIFACT UNB segment is not found/defined.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EdiCharsetsException​(java.nio.charset.Charset charset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      java.nio.charset.Charset getSpecifiedCharset()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • EdiCharsetsException

        public EdiCharsetsException​(java.nio.charset.Charset charset)
    • Method Detail

      • getSpecifiedCharset

        public java.nio.charset.Charset getSpecifiedCharset()
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable