Serialized Form


Package unsw.cse.framescript

Class unsw.cse.framescript.FSException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

message

java.lang.String message
The error message.


cause

java.lang.Exception cause
An exception that the error wraps.


stack

StackFrame stack
A StackFrame detailing the state of the environment when the error was thrown.


file

java.net.URL file
The url of the file in which the code that threw the exception was written.


lineno

int lineno
The line number of the code that thre the exception.

Class unsw.cse.framescript.FSIOException extends FSException implements Serializable

serialVersionUID: 1L

Serialized Fields

funct

java.lang.String funct

filename

java.lang.String filename

Class unsw.cse.framescript.FSMicaException extends FSException implements Serializable

serialVersionUID: 1L

Class unsw.cse.framescript.StringNotClosedException extends SyntaxError implements Serializable

serialVersionUID: 1L

Class unsw.cse.framescript.SyntaxError extends FSException implements Serializable

serialVersionUID: 1L