|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pz.platypus.utilities.ErrorMsg
public class ErrorMsg
Various Error Message-Generating Routines
Constructor Summary | |
---|---|
ErrorMsg()
|
Method Summary | |
---|---|
static java.lang.String |
location(GDD gdd,
Token tok)
Most Platypus error messages start with the file# and line# where an error occurred. |
static java.lang.String |
notAllowedInCode(GDD gdd,
java.lang.String command,
Source source)
Logs warning when a command that is not supported in a code section is encountered. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorMsg()
Method Detail |
---|
public static java.lang.String location(GDD gdd, Token tok)
gdd
- container that holds location of the literals filetok
- the erroneous token
public static java.lang.String notAllowedInCode(GDD gdd, java.lang.String command, Source source)
gdd
- Global document datacommand
- the command root or, in some cases, the command stringsource
- the file# and line# where the command came from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |