Class NoSuchDataHolderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchDataHolderException
    extends java.lang.RuntimeException
    This exception will be thrown if a not existing DataHolder was requested.
    Version:
    $Id: $Id
    Author:
    another
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoSuchDataHolderException​(java.lang.String name)
      Creates a new exception with the given data holder name.
    • Method Summary

      • 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
    • Constructor Detail

      • NoSuchDataHolderException

        public NoSuchDataHolderException​(java.lang.String name)
        Creates a new exception with the given data holder name.
        Parameters:
        name - a String object.