|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
unsw.cse.framescript.FSException
unsw.cse.framescript.SyntaxError
public class SyntaxError
An exception throw when a syntax error is encountered while parsing FrameScript code.
| Constructor Summary | |
|---|---|
SyntaxError(java.lang.String msg)
Creates a basic syntax error. |
|
| Method Summary |
|---|
| Methods inherited from class unsw.cse.framescript.FSException |
|---|
dumpStack, getMessage, setParentStackFrame |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SyntaxError(java.lang.String msg)
msg -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||