Class MissingEntryException

All Implemented Interfaces:
Serializable

public final class MissingEntryException extends ACDPException
Thrown to indicate that a layout is missing a requested entry.
Author:
Beat Hörmann
See Also:
  • Constructor Details

    • MissingEntryException

      public MissingEntryException(String message)
      Constructs this type of exception with the specified message.
      Parameters:
      message - The message.