GUIDFormatExceptionpublic class GUIDFormatException extends IllegalArgumentException This exception is used when a string was about to be interpreted as a GUID,
but did not match the format.
|
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public GUIDFormatException(String detail)Creates an instance.
super(detail);
|
|