Serialized Form


Package to.etc.csv

Class to.etc.csv.FieldNotFoundException extends java.lang.Exception implements Serializable


Package to.etc.dbpool

Class to.etc.dbpool.BetterSQLException extends java.sql.SQLException implements Serializable

serialVersionUID: 3916681942006359065L

Class to.etc.dbpool.InvalidProxyException extends java.lang.RuntimeException implements Serializable


Package to.etc.domui.ajax

Class to.etc.domui.ajax.AjaxException extends java.lang.RuntimeException implements Serializable

Class to.etc.domui.ajax.RpcException extends java.lang.RuntimeException implements Serializable

Serialized Fields

m_url

java.lang.String m_url
The incoming request URL, if applicable.


m_method

java.lang.String m_method
The request type


m_queryString

java.lang.String m_queryString
The query string if this was a get


m_remoteAddress

java.lang.String m_remoteAddress
The remote address for this thingy.


m_message

java.lang.String m_message

Package to.etc.domui.caches.images

Class to.etc.domui.caches.images.SerializedImageDetails extends java.lang.Object implements Serializable

Serialized Fields

m_mimeType

java.lang.String m_mimeType
The mime type of the object


m_pageCount

int m_pageCount
When paged, this contains the #of pages. Everything <= 1 is unpaged.


m_factoryInformation

java.io.Serializable m_factoryInformation

m_pixelWidth

int m_pixelWidth

m_pixelHeight

int m_pixelHeight

m_versionLong

long m_versionLong

Package to.etc.domui.component.meta.impl

Class to.etc.domui.component.meta.impl.MetaModelException extends UIException implements Serializable


Package to.etc.domui.server.parts

Class to.etc.domui.server.parts.PartFactoryNotFoundException extends java.lang.Exception implements Serializable


Package to.etc.domui.state

Class to.etc.domui.state.DelayedActivityCanceledException extends java.lang.RuntimeException implements Serializable


Package to.etc.domui.themes

Class to.etc.domui.themes.StyleException extends java.lang.RuntimeException implements Serializable


Package to.etc.domui.trouble

Class to.etc.domui.trouble.MissingParameterException extends UIException implements Serializable

Class to.etc.domui.trouble.MultipleParameterException extends UIException implements Serializable

Class to.etc.domui.trouble.NotLoggedInException extends java.lang.RuntimeException implements Serializable

Serialized Fields

m_url

java.lang.String m_url

Class to.etc.domui.trouble.ThingyNotFoundException extends java.lang.RuntimeException implements Serializable

Serialized Fields

m_details

java.lang.String m_details

Class to.etc.domui.trouble.UIException extends CodeException implements Serializable

Class to.etc.domui.trouble.UnusableParameterException extends UIException implements Serializable

Class to.etc.domui.trouble.ValidationException extends UIException implements Serializable


Package to.etc.domui.util.images.machines

Class to.etc.domui.util.images.machines.ImageInfo extends java.lang.Object implements Serializable

Serialized Fields

m_mime

java.lang.String m_mime
The mime type of the original image, if known


m_typeName

java.lang.String m_typeName
The type name of the file, if known (identified by the 'file' command, if available)


m_convertable

boolean m_convertable
If false this image format cannot be converted, and can only be downloaded. This is usually an indication that identify failed.


m_pageList

java.util.List<E> m_pageList
The decoded list of per-page information, if available.

Class to.etc.domui.util.images.machines.OriginalImagePage extends java.lang.Object implements Serializable

Serialized Fields

m_pageNumber

int m_pageNumber

m_width

int m_width
The original width of this page, in pixels.


m_height

int m_height
The original height of this page, in pixels.


m_bitmap

boolean m_bitmap

m_type

java.lang.String m_type

m_mimeType

java.lang.String m_mimeType

Package to.etc.domui.util.janitor

Class to.etc.domui.util.janitor.JanitorException extends java.lang.Exception implements Serializable

Serialized Fields

m_j

Janitor m_j
The janitor that threw this


m_jt

JanitorTask m_jt
The task that threw this


Package to.etc.domui.util.upload

Class to.etc.domui.util.upload.FileUploadException extends java.lang.Exception implements Serializable

Class to.etc.domui.util.upload.FileUploadSizeExceededException extends FileUploadException implements Serializable

Class to.etc.domui.util.upload.MultipartStream.IllegalBoundaryException extends java.io.IOException implements Serializable

Class to.etc.domui.util.upload.MultipartStream.MalformedStreamException extends java.io.IOException implements Serializable


Package to.etc.iocular

Class to.etc.iocular.IocException extends java.lang.RuntimeException implements Serializable


Package to.etc.iocular.container

Class to.etc.iocular.container.IocContainerException extends IocException implements Serializable

Serialized Fields

m_c

BasicContainer m_c

Package to.etc.iocular.def

Class to.etc.iocular.def.BuildPlanFailedException extends IocConfigurationException implements Serializable

Serialized Fields

m_list

java.util.List<E> m_list

m_b

ComponentBuilder m_b

Class to.etc.iocular.def.IocCircularException extends IocConfigurationException implements Serializable

Class to.etc.iocular.def.IocConfigurationException extends IocException implements Serializable

Serialized Fields

m_builder

BasicContainerBuilder m_builder

m_cb

ComponentBuilder m_cb

m_location

java.lang.String m_location

Class to.etc.iocular.def.IocUnresolvedParameterException extends java.lang.RuntimeException implements Serializable


Package to.etc.lexer

Class to.etc.lexer.SourceErrorException extends java.lang.Exception implements Serializable

Serialized Fields

m_sl

SourceLocation m_sl

Package to.etc.net

Class to.etc.net.HttpCallException extends java.lang.Exception implements Serializable

Serialized Fields

m_code

int m_code

m_url

java.lang.String m_url

m_message

java.lang.String m_message

m_errorStream

java.lang.String m_errorStream

Package to.etc.sjit

Class to.etc.sjit.TooManyColorsException extends java.io.IOException implements Serializable


Package to.etc.smtp

Class to.etc.smtp.MailException extends java.lang.Exception implements Serializable


Package to.etc.template

Class to.etc.template.JSTemplateError extends java.lang.RuntimeException implements Serializable

Serialized Fields

m_source

java.lang.String m_source

m_line

int m_line

m_column

int m_column

Class to.etc.template.TplException extends java.lang.Exception implements Serializable


Package to.etc.util

Class to.etc.util.RuntimeConversionException extends java.lang.RuntimeException implements Serializable

Serialized Fields

m_where

java.lang.String m_where

m_message

java.lang.String m_message

Class to.etc.util.SmallIntSet extends java.lang.Object implements Serializable

Serialized Fields

m_data

int[] m_data

m_count

int m_count

Class to.etc.util.WrappedException extends java.lang.RuntimeException implements Serializable


Package to.etc.webapp

Class to.etc.webapp.ProgrammerErrorException extends java.lang.RuntimeException implements Serializable


Package to.etc.webapp.ajax.comet

Class to.etc.webapp.ajax.comet.GenericCometServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

m_contextClass

java.lang.Class<T> m_contextClass

Package to.etc.webapp.ajax.renderer

Class to.etc.webapp.ajax.renderer.JSONParserException extends java.io.IOException implements Serializable

Class to.etc.webapp.ajax.renderer.RenderMethodException extends ServiceException implements Serializable

Serialized Fields

m_calledMethod

java.lang.reflect.Method m_calledMethod

Package to.etc.webapp.core

Class to.etc.webapp.core.ServiceException extends java.lang.Exception implements Serializable

Serialized Fields

m_url

java.lang.String m_url
The incoming request URL, if applicable.


m_method

java.lang.String m_method
The request type


m_queryString

java.lang.String m_queryString
The query string if this was a get


m_parameters

java.util.Map<K,V> m_parameters
The incoming parameters,


m_headers

java.util.Map<K,V> m_headers

m_servletPath

java.lang.String m_servletPath
The servlet that is supposed to handle this


m_remoteAddress

java.lang.String m_remoteAddress
The remote address for this thingy.


m_remoteUser

java.lang.String m_remoteUser

m_servlet

javax.servlet.http.HttpServlet m_servlet

Package to.etc.webapp.eventmanager

Class to.etc.webapp.eventmanager.AppEvent extends AppEventBase implements Serializable

Serialized Fields

m_key

long m_key

m_type

ChangeType m_type

Class to.etc.webapp.eventmanager.AppEventBase extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_upid

long m_upid

m_server

java.lang.String m_server

m_timestamp

java.util.Date m_timestamp

Package to.etc.webapp.nls

Class to.etc.webapp.nls.CodeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

m_bundle

BundleRef m_bundle

m_code

java.lang.String m_code

m_parameters

java.lang.Object[] m_parameters

Package to.etc.webapp.pendingoperations

Class to.etc.webapp.pendingoperations.PendingOperationSerializationException extends java.lang.RuntimeException implements Serializable


Package to.etc.webapp.qsql

Class to.etc.webapp.qsql.JdbcConversionException extends java.lang.RuntimeException implements Serializable

Class to.etc.webapp.qsql.QQuerySyntaxException extends java.lang.RuntimeException implements Serializable


Package to.etc.webapp.query

Class to.etc.webapp.query.QConcurrentUpdateException extends QDbException implements Serializable

Class to.etc.webapp.query.QConstraintViolationException extends QDbException implements Serializable

Class to.etc.webapp.query.QDbException extends CodeException implements Serializable

Class to.etc.webapp.query.QDuplicateKeyException extends QDbException implements Serializable

Class to.etc.webapp.query.QNotFoundException extends QDbException implements Serializable

Class to.etc.webapp.query.QQueryTimeoutException extends QDbException implements Serializable


Package to.etc.xml

Class to.etc.xml.W3CEncodingException extends java.lang.RuntimeException implements Serializable

Serialized Fields

m_reason

java.lang.String m_reason

m_location

java.lang.String m_location

m_value

java.lang.String m_value