Serialized Form


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.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



Copyright © 2000-2010 PanEris. All Rights Reserved.