Uses of Class
org.melati.poem.NormalPoemException

Packages that use NormalPoemException
org.melati.poem Persistent Object Engine for Melati. 
org.melati.poem.dbms Melati drivers for assorted JDBC compliant DBMS. 
 

Uses of NormalPoemException in org.melati.poem
 

Subclasses of NormalPoemException in org.melati.poem
 class BinaryLengthValidationPoemException
          Thrown when an overlong value is asserted to be a valid raw BinaryPoemType Field.
static class Column.SettingException
          Thrown when any unforseen problem arises setting the value of a Column.
 class DuplicateColumnNamePoemException
          Thrown when an attempt to create a Column in a Table which already contains one of that name is made.
 class DuplicateDeletedColumnPoemException
          Thrown when an attempt to create a second Column of type DeletedPoemType in a Table is made.
 class DuplicateTableNamePoemException
          Thrown when an attempt to add a Table to a Database which already has one of that name.
 class DuplicateTroidColumnPoemException
          Thrown when an attempt to add a second Troid column is made.
 class ExecutingSQLPoemException
          Thrown when there is a problem executing an SQL command.
 class NoSuchColumnPoemException
          Thrown when a reference to a non-existent Column is made.
 class NoSuchRowPoemException
          Thrown when a reference to a non existent row is made.
 class NoSuchTablePoemException
          Thrown when a reference to a non existent Table is made.
 class ParsingPoemException
          Thrown when there is a problem with the format of the String representation of a non-String datatype instance.
 class SQLPoemException
          Thrown when there is an SQLException thrown by the dbms.
 class StringLengthValidationPoemException
          Thrown when a StringPoemType Field's value is too long.
 class ValidationPoemException
          Thrown when a Field's value does not meet its contract.
 

Uses of NormalPoemException in org.melati.poem.dbms
 

Subclasses of NormalPoemException in org.melati.poem.dbms
 class ConnectionFailurePoemException
          Thrown if there is a problem connecting to the underlying database.
 class DuplicateKeySQLPoemException
          Thrown when an attempt to insert a value which is already present in a column with a unique index is made.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.