Class PBadFieldDescriptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.bas.PBadFieldDescriptionException
All Implemented Interfaces:
Serializable

public class PBadFieldDescriptionException extends Exception
PBadFieldDescriptionException is thrown when a field description fails to describe the right kind of field (or fails to provide any field) for the intended operation.
Version:
4
Author:
Larry Lynch-Freshner
See Also:
  • Constructor Details

    • PBadFieldDescriptionException

      public PBadFieldDescriptionException(String mess)
      Constructs an exception with a message.
      Parameters:
      mess - a String with the actual message
    • PBadFieldDescriptionException

      public PBadFieldDescriptionException()
      Default constructor for PBadFieldDescriptionException.