Class RegistryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sm.smtools.exceptions.RegistryException
All Implemented Interfaces:
Serializable

public final class RegistryException extends Exception
Indicates an error involving the Registry.

Note that this class cannot be subclassed!

Version:
05/01/2015
Author:
Sven Maerivoet
See Also:
  • Constructor Details

    • RegistryException

      public RegistryException(String registryError)
      Constructs a RegistryException object, based on the specified error.
      Parameters:
      registryError - the specified error
      See Also:
  • Method Details

    • getRegistryError

      public String getRegistryError()
      Returns the registry's error.
      Returns:
      the registry's error