Class UnknownEncodingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownEncodingException
    extends AssemblerException
    Exception used to report an unknown language encoding.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEncoding()
      Answer the unknown encoding.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownEncodingException

        public UnknownEncodingException​(Resource root,
                                        java.lang.String encoding)
    • Method Detail

      • getEncoding

        public java.lang.String getEncoding()
        Answer the unknown encoding.