Package com.portal.bas
Class PBadFieldDescriptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.bas.PBadFieldDescriptionException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionDefault constructor forPBadFieldDescriptionException
.Constructs an exception with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PBadFieldDescriptionException
Constructs an exception with a message.- Parameters:
mess
- aString
with the actual message
-
PBadFieldDescriptionException
public PBadFieldDescriptionException()Default constructor forPBadFieldDescriptionException
.
-