Class NoSuchPreparerException

All Implemented Interfaces:
Serializable

public class NoSuchPreparerException extends PreparerException
Thrown when the named preparerInstance can not be found.
Since:
2.0
See Also:
  • Constructor Details

    • NoSuchPreparerException

      public NoSuchPreparerException(String message)
      Constructor.
      Parameters:
      message - The message to include.