|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception PIRL.PVL.Invalid_Map_Syntax
public class Invalid_Map_Syntax
The Exeception that is thrown if a PVL_to_DB map parameter contains invalid syntax.
PVL_to_DB
,
Serialized FormField Summary | |
---|---|
static String |
ID
Class name and version identification. |
Constructor Summary | |
---|---|
Invalid_Map_Syntax(String message)
Constructs an Invalid_Map_Syntax exception with the specified detail message. |
|
Invalid_Map_Syntax(String message,
String reference)
Constructs an Invalid_Map_Syntax exception with the specified detail message and reference. |
|
Invalid_Map_Syntax(String message,
String reference,
Parameter parameter)
Constructs an Invalid_Map_Syntax exception with the specified detail message, reference, and map parameter. |
Method Summary | |
---|---|
void |
Parameter(Parameter parameter)
Saves the pathname and value of the parameter. |
String |
Pathname()
Gets the pathname of the map parameter with the invalid syntax. |
String |
Reference()
Gets the reference with the invalid syntax. |
String |
Value()
Gets the value of the map parameter with the invalid syntax. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String ID
Constructor Detail |
---|
public Invalid_Map_Syntax(String message)
The exception's Reference, Pathname and Value will be null.
message
- The detail message; retrievable by the
Throwable.getMessage()
method.public Invalid_Map_Syntax(String message, String reference)
The exception's Pathname and Value will be null.
message
- The detail message; retrievable by the
Throwable.getMessage()
method.reference
- The reference String that contains the invalid
syntax; retrievable by the Reference()
method.public Invalid_Map_Syntax(String message, String reference, Parameter parameter)
The Pathname
and Value
Strings of the parameter are saved.
message
- The detail message; retrievable by the
Throwable.getMessage()
method.reference
- The reference String that contains the invalid
syntax; retrievable by the Reference()
method.parameter
- The map parameter that contains the invalid
syntax.Method Detail |
---|
public String Reference()
public String Pathname()
public String Value()
public void Parameter(Parameter parameter)
If the parameter is an Aggregate, the value will be null. If the parameter Value is an Array, the full reprepresentation of the Array will be saved.
parameter
- The map parameter that contains the invalid
syntax.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |