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.Constructor and Description |
---|
PBadFieldDescriptionException()
Default constructor for
PBadFieldDescriptionException . |
PBadFieldDescriptionException(String mess)
Constructs an exception with a message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PBadFieldDescriptionException(String mess)
mess
- a String
with the actual messagepublic PBadFieldDescriptionException()
PBadFieldDescriptionException
.Copyright © 2003, 2023, Oracle and/or its affiliates.