Serialized Form


Package org.melati.admin

Class org.melati.admin.Admin extends TemplateServlet implements Serializable

serialVersionUID: 1L

Class org.melati.admin.AnticipatedException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

message

String message

Class org.melati.admin.Copy extends TemplateServlet implements Serializable

serialVersionUID: 1L

Class org.melati.admin.Display extends TemplateServlet implements Serializable

serialVersionUID: -6265097127167864313L

Class org.melati.admin.NonUniqueKeyValueAnticipatedException extends AnticipatedException implements Serializable

serialVersionUID: 5286019202403862839L

Class org.melati.admin.Status extends TemplateServlet implements Serializable

serialVersionUID: 1L


Package org.melati.app

Class org.melati.app.InvalidArgumentsException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

args

String[] args

Class org.melati.app.UnhandledExceptionException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L


Package org.melati.example.contacts

Class org.melati.example.contacts.Contact.DescendantParentException extends AnticipatedException implements Serializable

serialVersionUID: 1L

Class org.melati.example.contacts.ContactsServlet extends TemplateServlet implements Serializable

Class org.melati.example.contacts.ContactView extends ContactsServlet implements Serializable

serialVersionUID: 1L

Class org.melati.example.contacts.Search extends ContactsServlet implements Serializable

serialVersionUID: 1L


Package org.melati.login

Class org.melati.login.HttpAuthorizationMelatiException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1647060109262007256L

Class org.melati.login.Login extends TemplateServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

loginHandler

LoginHandler loginHandler

Class org.melati.login.Logout extends TemplateServlet implements Serializable

serialVersionUID: -2687805550356671524L


Package org.melati.poem

Class org.melati.poem.AccessibleCreationException extends AccessPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.AccessPoemException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

token

AccessToken token
The User's Token.


capability

Capability capability
The required Capability.


capabilityString

String capabilityString

Class org.melati.poem.AlreadyInSessionPoemException extends PoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.AppBugPoemException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.BinaryLengthValidationPoemException extends ValidationPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.Column.LoadException extends UnexpectedExceptionPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

column

Column column

Class org.melati.poem.Column.SettingException extends NormalPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

persistent

Persistent persistent
The Persistent to which this Column belongs.


column

Column column
The Column setting which caused the problem.


columnDesc

String columnDesc
The description of the Column.

Class org.melati.poem.ColumnInUsePoemException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

table

Table table
The Table the Column belongs to.


column

Column column
The Column being defined a second time.

Class org.melati.poem.ColumnRenamePoemException extends AccessPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

columnName

String columnName
The current name of the Column.


newName

String newName
The attempted rename.

Class org.melati.poem.CommitFailedPoemException extends SQLSeriousPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.ConnectionPendingException extends PoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.CreationAccessPoemException extends AccessPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

table

Table table
The Table we have a problem with.

Class org.melati.poem.Database.ConnectingException extends PoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.DatabaseInitialisationPoemException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The name of the database.

Class org.melati.poem.DBConsistencyPoemException extends SeriousPoemException implements Serializable

serialVersionUID: 2804105153940632029L

Class org.melati.poem.DeletePersistentAccessPoemException extends PersistentAccessPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.DeletionIntegrityPoemException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

object

Persistent object
The Persistent that we are attempting to delete.


references

Enumeration<E> references
References to our Persistent.

Class org.melati.poem.DisplayLevel.NameUnrecognisedException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The name we did not recognise.

Class org.melati.poem.DoubleCreatePoemException extends AppBugPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

persistent

Persistent persistent
The Persistent we have a problem with.

Class org.melati.poem.DuplicateColumnNamePoemException extends NormalPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

table

Table table
The Table we are dealing with.


column

Column column
The Column we are dealing with.

Class org.melati.poem.DuplicateDeletedColumnPoemException extends NormalPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

table

Table table
The Table we are dealing with.


column

Column column
The Column we are dealing with.

Class org.melati.poem.DuplicateTableNamePoemException extends NormalPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

database

Database database
The Database we are dealing with.


name

String name
Its name.

Class org.melati.poem.DuplicateTroidColumnPoemException extends NormalPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

table

Table table
The Table we are dealing with.


column

Column column
The Column we are dealing with.

Class org.melati.poem.DuplicateTroidPoemException extends DBConsistencyPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

table

Table table
The Table we are dealing with.


troid

Integer troid
The Table Row ID we are dealing with.

Class org.melati.poem.ExecutingSQLPoemException extends SQLPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

sql

String sql
The raw SQL we were trying to execute.

Class org.melati.poem.ExecutingSQLSeriousPoemException extends SQLSeriousPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.FieldAccessPoemException extends PersistentAccessPoemException implements Serializable

serialVersionUID: 4615333903994178134L

Serialized Fields

column

Column column
The Column we are dealing with.

Class org.melati.poem.FieldContentsPoemException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

column

Column column
The Column we are dealing with.

Class org.melati.poem.IndexUniquenessPoemException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

column

Column column
The Column we are dealing with.


indexName

String indexName
The column's index.


meantToBeUnique

boolean meantToBeUnique
Whether this Column should be unique.

Class org.melati.poem.InitialisationPoemException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

table

Table table
The Table we are dealing with.

Class org.melati.poem.InvalidOperationOnFloatingPersistentPoemException extends AppBugPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

floating

Persistent floating
The Persistent without a TROID.

Class org.melati.poem.NoAccessTokenPoemException extends AppBugPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.NoMoreTransactionsException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

message

String message

Class org.melati.poem.NonRootSetAccessTokenPoemException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

token

AccessToken token
The User's current AccessToken.

Class org.melati.poem.NormalPoemException extends PoemException implements Serializable

serialVersionUID: 149217595325027700L

Class org.melati.poem.NoSuchColumnPoemException extends NormalPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

table

Table table
The Table we are dealing with.


name

String name
Its name.

Class org.melati.poem.NoSuchRowPoemException extends NormalPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

table

Table table
The table we are dealing with.


troid

Integer troid
Its TROID.

Class org.melati.poem.NoSuchTablePoemException extends NormalPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

database

Database database
The Database we are dealing with.


name

String name
Its name.

Class org.melati.poem.NotComparablePoemException extends TypeMismatchPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.NotInSessionPoemException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.NoTroidColumnException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

table

Table table
The Table we are dealing with.

Class org.melati.poem.NullTypeMismatchPoemException extends TypeMismatchPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.OutsideRangePoemException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

low

Object low
Low limit.


limit

Object limit
High limit.


value

Object value
Value.

Class org.melati.poem.ParsingPoemException extends NormalPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

type

PoemType<T> type
The PoemType of Field value.


string

String string
The String that we failed to force into type.

Class org.melati.poem.PersistentAccessPoemException extends AccessPoemException implements Serializable

serialVersionUID: -4666000375767694972L

Serialized Fields

object

Persistent object
The Persistent that access is denied to.

Class org.melati.poem.PoemBugPoemException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.PoemException extends RuntimeException implements Serializable

serialVersionUID: 3801377407054077460L

Serialized Fields

subException

Exception subException
Pre-java 1.4 initial cause.

Class org.melati.poem.PreparedSQLSeriousPoemException extends SQLSeriousPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

statement

PreparedStatement statement
Our PreparedStatement.

Class org.melati.poem.ReadFieldAccessPoemException extends FieldAccessPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.ReadPasswordAccessPoemException extends ReadFieldAccessPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.ReadPersistentAccessPoemException extends PersistentAccessPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.ReconnectionPoemException extends AppBugPoemException implements Serializable

serialVersionUID: -8004748317934448632L

Class org.melati.poem.RollbackFailedPoemException extends SQLSeriousPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.RowDisappearedPoemException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

table

Table table
The Table we are dealing with.


troid

Integer troid
Its TROID.

Class org.melati.poem.Searchability.NameUnrecognisedException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The name of the requested Searchability.

Class org.melati.poem.SeriousPoemException extends PoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.Setting.SettingTypeMismatchException extends AppBugPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
Name of the setting.


type

PoemTypeFactory type
The factory used.


reqType

String reqType
Required type.

Class org.melati.poem.Setting.SettingValidationException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The name of the requested setting.

Class org.melati.poem.SettingTable.UnsetException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The name of the requested setting.

Class org.melati.poem.SimplePrepareFailedPoemException extends ExecutingSQLSeriousPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.SimpleRetrievalFailedPoemException extends SQLSeriousPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.SQLPoemException extends NormalPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.SQLSeriousPoemException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

sql

String sql
The SQL string that was being executed when the error occurred.

Class org.melati.poem.StandardIntegrityFix.NameUnrecognisedException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The name.

Class org.melati.poem.StringLengthValidationPoemException extends ValidationPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.StructuralModificationFailedPoemException extends ExecutingSQLSeriousPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.TableInUsePoemException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

database

Database database
The Database we are dealing with.


table

Table table
The Table we are dealing with.

Class org.melati.poem.TableMismatchPoemException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Persistent value
The Persistent.


table

Table table
The Table it should have set.

Class org.melati.poem.TableRenamePoemException extends AccessPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

tableName

String tableName
The current name of the table.


newName

String newName
The name we failed to assign.

Class org.melati.poem.TooManyThreadsPoemException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.TypeDefinitionMismatchException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

column

Column column
Column in which problem occurred.


newType

PoemType<T> newType
Type we are trying to assign.


newTypeSource

DefinitionSource newTypeSource
Where the new type came from.

Class org.melati.poem.TypeMismatchPoemException extends AppBugPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value
The value we are trying to assign.


type

PoemType<T> type
The type of the destination.

Class org.melati.poem.UnexpectedExceptionPoemException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

info

String info
A description of the problem.

Class org.melati.poem.UnexpectedNoSuchRowException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.UnexpectedParsingPoemException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.UnexpectedValidationPoemException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.UnificationPoemException extends SeriousPoemException implements Serializable

serialVersionUID: 6509478980486787069L

Serialized Fields

bug

String bug

Class org.melati.poem.ValidationPoemException extends NormalPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

type

PoemType<T> type
Type we are trying to assign to.


value

Object value
Value that will not be coerced.

Class org.melati.poem.WriteFieldAccessPoemException extends FieldAccessPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.WritePersistentAccessPoemException extends PersistentAccessPoemException implements Serializable

serialVersionUID: 1L


Package org.melati.poem.csv

Class org.melati.poem.csv.CSVParseException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.csv.CSVPrimaryKeyColumnAlreadySetException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

tableName

String tableName

Class org.melati.poem.csv.CSVWriteDownException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

tableName

String tableName

lineNo

int lineNo

e

Exception e

Class org.melati.poem.csv.NoPrimaryKeyInCSVTableException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

tableName

String tableName

cvsValue

String cvsValue

Package org.melati.poem.dbms

Class org.melati.poem.dbms.ConnectionFailurePoemException extends NormalPoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.dbms.DuplicateKeySQLPoemException extends ExecutingSQLPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

table

String table
The Table we are dealing with.


column

String column
The Column we are dealing with.


insert

boolean insert
Whether this was an insert operation or not.

Class org.melati.poem.dbms.UnsupportedTypePoemException extends SeriousPoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

tableName

String tableName
The table name.


columnName

String columnName
The column name.


sqlTypeCode

short sqlTypeCode
The SQL type code.


sqlTypeName

String sqlTypeName
The SQL type name.


dbTypeName

String dbTypeName
The Database type code.


Package org.melati.poem.prepro

Class org.melati.poem.prepro.IntegrityfixFieldQualifier.ApplicationException extends org.melati.poem.prepro.IllegalityException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.prepro.SizeApplicationException extends org.melati.poem.prepro.IllegalityException implements Serializable

serialVersionUID: 1L


Package org.melati.poem.transaction

Class org.melati.poem.transaction.CrossTransactionCommitException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

object

Transactioned object
The Transaction that has the problem.

Class org.melati.poem.transaction.TransactionIndexTooLargeException extends PoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.transaction.WouldDeadlockException extends PoemException implements Serializable

serialVersionUID: 1L

Class org.melati.poem.transaction.WriteCommittedException extends PoemException implements Serializable

serialVersionUID: 1L

Serialized Fields

transactioned

Transactioned transactioned
The committed Transaction.


Package org.melati.poem.util

Class org.melati.poem.util.Cache.InconsistencyException extends PoemException implements Serializable

serialVersionUID: 1832694552964508864L

Serialized Fields

problems

Vector<E> problems

Class org.melati.poem.util.CacheDuplicationException extends IllegalArgumentException implements Serializable

serialVersionUID: -3862949920584948411L


Package org.melati.servlet

Class org.melati.servlet.ConfigServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 8995954958766276122L

Serialized Fields

melatiConfig

MelatiConfig melatiConfig

sysAdminName

String sysAdminName

sysAdminEmail

String sysAdminEmail

Class org.melati.servlet.FormDataAdaptorException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L

Class org.melati.servlet.InvalidUsageException extends MelatiException implements Serializable

serialVersionUID: 1L

Serialized Fields

servlet

javax.servlet.http.HttpServlet servlet

context

PoemContext context

Class org.melati.servlet.JspServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 9018372044518826369L

Class org.melati.servlet.PathInfoException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

pathInfo

String pathInfo

Class org.melati.servlet.PoemServlet extends ConfigServlet implements Serializable

serialVersionUID: 7694978400584943446L

Class org.melati.servlet.TemplateServlet extends PoemServlet implements Serializable

serialVersionUID: -5228388231472549208L

Serialized Fields

templateEngine

ServletTemplateEngine templateEngine

Class org.melati.servlet.TrappedException extends RuntimeException implements Serializable

serialVersionUID: -1151494087160547186L


Package org.melati.template

Class org.melati.template.FormParameterException extends MelatiBugMelatiException implements Serializable

serialVersionUID: 1L

Class org.melati.template.MissingFieldException extends MelatiRuntimeException implements Serializable

serialVersionUID: -4695114906098564625L

Serialized Fields

adaptor

TempletAdaptor adaptor

name

String name

fullName

String fullName

Class org.melati.template.NotFoundException extends MelatiException implements Serializable

serialVersionUID: 1L

Serialized Fields

message

String message

loader

TempletLoader loader
The TempletLoader we are using.


clazz

Class<T> clazz
The Class of the object which we are trying to geta template for.

Class org.melati.template.PartlyNullException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The name of the field.

Class org.melati.template.TemplateEngineException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

message

String message

Class org.melati.template.TemplateIOException extends MelatiRuntimeException implements Serializable

serialVersionUID: 2745370921340555371L

Class org.melati.template.TempletAdaptorConstructionMelatiException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

adaptorFieldName

String adaptorFieldName
The name of the field.


adaptorName

String adaptorName
The name of the Adaptor.


Package org.melati.template.webmacro

Class org.melati.template.webmacro.WebmacroMelatiServlet extends TemplateServlet implements Serializable

serialVersionUID: -7514187750618897237L


Package org.melati.test

Class org.melati.test.CharsetServletTest extends ConfigServlet implements Serializable

serialVersionUID: 1L

Class org.melati.test.CharsetTemplateServletTest extends TemplateServlet implements Serializable

serialVersionUID: 1L

Class org.melati.test.ConfigServletTest extends ConfigServlet implements Serializable

serialVersionUID: 5538437218064525327L

Class org.melati.test.ConfigServletTestOverride extends ConfigServletTest implements Serializable

serialVersionUID: 1L

Class org.melati.test.EmailTemplateServletTest extends TemplateServlet implements Serializable

serialVersionUID: 1L

Class org.melati.test.ExitServlet extends ConfigServlet implements Serializable

serialVersionUID: 1L

Class org.melati.test.FlushingServletTest extends WebmacroMelatiServlet implements Serializable

serialVersionUID: 1L

Class org.melati.test.HttpAuthenticationPoemServletTest extends PoemServletTest implements Serializable

serialVersionUID: -6638485486556424156L

Class org.melati.test.PoemServletTest extends PoemServlet implements Serializable

serialVersionUID: -2216872878288661630L

Class org.melati.test.ServletTest extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Class org.melati.test.SessionAnalysisServlet extends ConfigServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

output

MelatiWriter output

Class org.melati.test.TemplateServletTest extends TemplateServlet implements Serializable

serialVersionUID: 1L

Class org.melati.test.TemplateServletTestOverride extends TemplateServletTest implements Serializable

serialVersionUID: -6816954042196744208L

Class org.melati.test.WebmacroMelatiServletTest extends TemplateServlet implements Serializable

serialVersionUID: 8747414296960744530L

Class org.melati.test.WebmacroStandalone extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

_wm

org.webmacro.WebMacro _wm
This is the core WebMacro interface which we use to create Contexts, load Templates, and begin other WebMacro operations.


Package org.melati.util

Class org.melati.util.BugException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L

Class org.melati.util.CharsetException extends MelatiException implements Serializable

serialVersionUID: 1L

Serialized Fields

message

String message

Class org.melati.util.ConfigException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

error

String error

Class org.melati.util.ConnectionPendingException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The database name.

Class org.melati.util.DatabaseInitException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

databaseDefsName

String databaseDefsName
The name of the definition file.


name

String name
The name of the database.

Class org.melati.util.EmailException extends IOException implements Serializable

serialVersionUID: 1L

Class org.melati.util.FormatPropertyException extends PropertyException implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value
The actual value.


expected

String expected
The expected value.

Class org.melati.util.HttpHeader.HttpHeaderException extends MelatiRuntimeException implements Serializable

serialVersionUID: -8870151118057435290L

Class org.melati.util.HttpServletRequestCompat.MissingMethodError extends NoSuchMethodError implements Serializable

serialVersionUID: 1L

Class org.melati.util.InstantiationPropertyException extends PropertyException implements Serializable

serialVersionUID: 1L

Class org.melati.util.MelatiBugMelatiException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

bug

String bug
A description of the bug.

Class org.melati.util.MelatiConfigurationException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L

Class org.melati.util.MelatiException extends Exception implements Serializable

serialVersionUID: -5635532269280872906L

Serialized Fields

subException

Exception subException
A sub-exception we may be wrapping, otherwise null.

Class org.melati.util.MelatiIOException extends MelatiRuntimeException implements Serializable

serialVersionUID: 277771398127050791L

Class org.melati.util.MelatiRuntimeException extends PoemException implements Serializable

serialVersionUID: 5539218874152422978L

Class org.melati.util.NoSuchPropertyException extends PropertyException implements Serializable

serialVersionUID: 1L

Class org.melati.util.ProcessFailedException extends IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

stderr

String stderr
The String that was printed to STDERR.

Class org.melati.util.PropertyException extends MelatiException implements Serializable

serialVersionUID: 1L

Serialized Fields

properties

Properties properties
the Properties we have a problem with.


propertyName

String propertyName
The specific Property we have a problem with, may be null.

Class org.melati.util.ReconstructedHttpServletRequestMismatchException extends MelatiException implements Serializable

serialVersionUID: 1L

Serialized Fields

stored

HttpServletRequestParameters stored
The stored originating parameters.


newRequest

javax.servlet.http.HttpServletRequest newRequest
The current request.

Class org.melati.util.ThrowingPrintWriter.SuperUseException extends BugException implements Serializable

serialVersionUID: 1L

Class org.melati.util.ThrowingPrintWriter.TroubleException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L

Class org.melati.util.UnexpectedExceptionException extends MelatiRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

context

String context
A descriptive String giving some context.



Copyright © 2000-2010 PanEris. All Rights Reserved.