Class ClassWorldException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ClassWorld world
      Deprecated.
      The world.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      ClassWorld getWorld()
      Deprecated.
      Retrieve the world.
      • 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
    • Field Detail

      • world

        private ClassWorld world
        Deprecated.
        The world.
    • Constructor Detail

      • ClassWorldException

        public ClassWorldException​(ClassWorld world)
        Deprecated.
        Construct.
        Parameters:
        world - The world.
      • ClassWorldException

        public ClassWorldException​(ClassWorld world,
                                   java.lang.String msg)
        Deprecated.
        Construct.
        Parameters:
        world - The world.
        msg - The detail message.
    • Method Detail

      • getWorld

        public ClassWorld getWorld()
        Deprecated.
        Retrieve the world.
        Returns:
        The world.