pt.moredata.dao
Class NoColumnDefinedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bypt.moredata.dao.NoColumnDefinedException
All Implemented Interfaces:
java.io.Serializable

public class NoColumnDefinedException
extends java.lang.RuntimeException

Thrown when an application attempts to use a DataAccessObject without adding a column of a table to the DataAccessObject. Company MoreData

Version:
$Revision: 1.3 $
Author:
pcarmo
See Also:
Serialized Form

Constructor Summary
NoColumnDefinedException()
          Constructs a NoColumnDefinedException with no detail message.
NoColumnDefinedException(java.lang.String s)
          Constructs a NoColumnDefinedException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoColumnDefinedException

public NoColumnDefinedException()
Constructs a NoColumnDefinedException with no detail message.


NoColumnDefinedException

public NoColumnDefinedException(java.lang.String s)
Constructs a NoColumnDefinedException with the specified detail message.

Parameters:
s - the detail message.