Serialized Form


Package com.google.template.soy.base

Class com.google.template.soy.base.SoySyntaxException extends RuntimeException implements Serializable

Serialized Fields

srcLoc

com.google.template.soy.base.SourceLocation srcLoc
The location in the soy file at which the error occurred.


templateName

String templateName
The name of the template with the syntax error if any.


Package com.google.template.soy.data

Class com.google.template.soy.data.SoyDataException extends RuntimeException implements Serializable

Serialized Fields

dataPath

String dataPath
The data path where this error occurred.


Package com.google.template.soy.msgs

Class com.google.template.soy.msgs.SoyMsgException extends RuntimeException implements Serializable

Serialized Fields

fileOrResourceName

String fileOrResourceName
The name of the file or resource associated with this error.


Package com.google.template.soy.tofu

Class com.google.template.soy.tofu.SoyTofuException extends RuntimeException implements Serializable

Serialized Fields

templateName

String templateName
The name of the template with the syntax error if any.