net.sf.colle.sql.schema
Class TooFewFieldsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.colle.util.OuterException
              extended bynet.sf.colle.sql.schema.TooFewFieldsException
All Implemented Interfaces:
Serializable

public class TooFewFieldsException
extends OuterException

Exception to be thrown in read, update and delete methods of the persistence classes. Created: 24 Jun 2003

Version:
$Revision: 1.1 $
Author:
Dwayne Schultz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
TooFewFieldsException()
          Constructs an exception with no inner throwable.
TooFewFieldsException(String psMessage)
          Constructs an exception with a message and no inner throwable.
TooFewFieldsException(String psMessage, Throwable pxInnerThrowable)
          Constructs an exception with a message and a throwable
TooFewFieldsException(Throwable pxInnerThrowable)
          Constructs an exception with a throwable
 
Methods inherited from class net.sf.colle.util.OuterException
getInnerThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TooFewFieldsException

public TooFewFieldsException()
Constructs an exception with no inner throwable.


TooFewFieldsException

public TooFewFieldsException(String psMessage)
Constructs an exception with a message and no inner throwable.


TooFewFieldsException

public TooFewFieldsException(Throwable pxInnerThrowable)
Constructs an exception with a throwable


TooFewFieldsException

public TooFewFieldsException(String psMessage,
                             Throwable pxInnerThrowable)
Constructs an exception with a message and a throwable