org.melati.poem
Class StructuralModificationFailedPoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.SeriousPoemException
org.melati.poem.SQLSeriousPoemException
org.melati.poem.ExecutingSQLSeriousPoemException
org.melati.poem.StructuralModificationFailedPoemException
- All Implemented Interfaces:
- Serializable
public class StructuralModificationFailedPoemException
- extends ExecutingSQLSeriousPoemException
Thrown when an SQLException
is thrown by a command to
alter or create a table
.
- Author:
- WilliamC@paneris.org
- See Also:
- Serialized Form
StructuralModificationFailedPoemException
public StructuralModificationFailedPoemException(String sql,
SQLException e)
- Constructor.
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class ExecutingSQLSeriousPoemException
- Returns:
- The detail message
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.