com.finalist.tools.database
Class NotMappableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.finalist.tools.database.NotMappableException
All Implemented Interfaces:
java.io.Serializable

public class NotMappableException
extends java.lang.Exception

NotMappableException. Exception that is thrown when no mapping could be found by the RowMapper object.

Version:
1.0
Author:
P.S.D.Reitsma, Finalist IT Group
See Also:
Serialized Form

Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMessage

public java.lang.String getMessage()


Copyright © 2003-2004 SourceForge. All Rights Reserved.