Class RegistryException

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

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

Note that this class cannot be subclassed!

Version:
05/01/2015
Author:
Sven Maerivoet
See Also:
Registry, Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    RegistryException​(java.lang.String registryError)
    Constructs a RegistryException object, based on the specified error.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getRegistryError()
    Returns the registry's error.

    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, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RegistryException

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

    • getRegistryError

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