Class IncompatibleLanguageException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IncompatibleLanguageException
    extends java.lang.Exception
    Exception thrown when attempting to replace one language in a program with another that is not "address space" compatable.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IncompatibleLanguageException​(java.lang.String msg)
      Constructs a new IncompatibleLanguageExcepton
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

      • IncompatibleLanguageException

        public IncompatibleLanguageException​(java.lang.String msg)
        Constructs a new IncompatibleLanguageExcepton