public static final class Program2PersonException.Factory extends Object
Program2PersonException
.Constructor and Description |
---|
Program2PersonException.Factory() |
Modifier and Type | Method and Description |
---|---|
static Program2PersonException |
newInstance()
Constructs a new instance of
Program2PersonException . |
static Program2PersonException |
newInstance(Boolean isExclude,
String description,
Vessel vessel,
Program2Person program2Person)
Constructs a new instance of
Program2PersonException , taking all possible properties
(except the identifier(s))as arguments. |
static Program2PersonException |
newInstance(Boolean isExclude,
Vessel vessel,
Program2Person program2Person)
Constructs a new instance of
Program2PersonException , taking all required and/or
read-only properties as arguments, except for identifiers. |
public Program2PersonException.Factory()
public static Program2PersonException newInstance()
Program2PersonException
.public static Program2PersonException newInstance(Boolean isExclude, Vessel vessel, Program2Person program2Person)
Program2PersonException
, taking all required and/or
read-only properties as arguments, except for identifiers.isExclude
- Booleanvessel
- Vesselprogram2Person
- Program2Personpublic static Program2PersonException newInstance(Boolean isExclude, String description, Vessel vessel, Program2Person program2Person)
Program2PersonException
, taking all possible properties
(except the identifier(s))as arguments.isExclude
- Booleandescription
- Stringvessel
- Vesselprogram2Person
- Program2PersonCopyright © 2012–2014 IFREMER. All rights reserved.