|
|||||||||
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.Conductor.Unresolved_Reference
public class Unresolved_Reference
The Exeception that is thrown if a parameter source reference or database field reference can not be resolved and a Default_Value has not been provided.
Reference_Resolver
,
Serialized FormField Summary | |
---|---|
static String |
ID
Class name and version identification. |
Constructor Summary | |
---|---|
Unresolved_Reference(String message)
Constructs an Unresolved_Reference exception with the specified detail message. |
|
Unresolved_Reference(String message,
String reference)
Constructs an Unresolved_Reference exception with the specified detail message and reference. |
Method Summary | |
---|---|
String |
Reference()
Gets the unresolved reference. |
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 Unresolved_Reference(String message)
The exception's Reference will be null.
message
- The detail message; retrievable by the
Throwable.getMessage()
method.public Unresolved_Reference(String message, String reference)
message
- The detail message; retrievable by the
Throwable.getMessage()
method.reference
- The reference String that could not be
resolved; retrievable by the Reference()
method.Method Detail |
---|
public String Reference()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |