public class FormsetException extends Exception
| Constructor and Description |
|---|
FormsetException(String msg)
Constructs a new exception with a given message
|
FormsetException(Throwable cause)
Constructs a new exception with the given cause.
|
public FormsetException(Throwable cause)
cause - The causing exception. Null is permitted.Exception.Exception(java.lang.Throwable)public FormsetException(String msg)
msg - The detail message.Exception.Exception(java.lang.String)Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.