Serialized Form
-
Package grails.util
-
Package grails.web.mvc
-
Package org.grails.databinding.bindingsource
-
Class org.grails.databinding.bindingsource.DataBindingSourceCreationException extends java.lang.RuntimeException implements Serializable
-
-
Package org.grails.web.errors
-
Class org.grails.web.errors.GrailsWrappedRuntimeException extends org.grails.core.exceptions.GrailsException implements Serializable
- serialVersionUID:
- 7284065617154554366L
-
Serialized Fields
-
cause
java.lang.Throwable cause
-
className
java.lang.String className
-
codeSnippet
java.lang.String[] codeSnippet
-
fileName
java.lang.String fileName
-
gspFile
java.lang.String gspFile
-
lineNumber
int lineNumber
-
resolver
org.springframework.core.io.support.PathMatchingResourcePatternResolver resolver
-
stackTrace
java.lang.String stackTrace
-
stackTraceLines
java.lang.String[] stackTraceLines
-
-
-
Package org.grails.web.json
-
Class org.grails.web.json.JSONException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -4009964545824827919L
-
Serialized Fields
-
cause
java.lang.Throwable cause
-
-
-
Package org.grails.web.json.parser
-
Class org.grails.web.json.parser.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 7711259069154057012L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
java.lang.String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below). -
tokenImage
java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class org.grails.web.json.parser.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- -1178356779103776805L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.grails.web.servlet
-
Class org.grails.web.servlet.GrailsFlashScope extends java.lang.Object implements Serializable
- serialVersionUID:
- 1457772347769500476L
-
Serialized Fields
-
current
java.util.Map current
-
next
java.util.Map next
-
registerWithSession
boolean registerWithSession
-
-
-
Package org.grails.web.servlet.mvc.exceptions
-
Class org.grails.web.servlet.mvc.exceptions.ControllerExecutionException extends GrailsMVCException implements Serializable
- serialVersionUID:
- 4625710641559921836L
-
Class org.grails.web.servlet.mvc.exceptions.GrailsMVCException extends org.grails.core.exceptions.GrailsException implements Serializable
- serialVersionUID:
- 8489513412930525030L
-