Class NoSuchRealmException

All Implemented Interfaces:
Serializable

public class NoSuchRealmException extends ClassWorldException
Indicates an attempt to retrieve a ClassRealm from a ClassWorld with an invalid id.
Author:
bob mcwhirter
See Also:
  • Constructor Details

    • NoSuchRealmException

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

    • getId

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