Class DuplicateRealmException

All Implemented Interfaces:
Serializable

public class DuplicateRealmException extends ClassWorldException
Indicates an attempt to add a ClassRealm to a ClassWorld with a duplicate id.
Author:
bob mcwhirter
See Also:
  • Constructor Details

    • DuplicateRealmException

      public DuplicateRealmException(ClassWorld world, String id)
      Construct.
      Parameters:
      world - The world.
      id - The realm id.
  • Method Details

    • getId

      public String getId()
      Retrieve the duplicate realm id.
      Returns:
      The id.