| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.strangelight.util.E_
                    |
                    +--com.strangelight.db.E_NoSuchEntity
Thrown to indicate that the requested "thing" (usually a database row) does not exist.
| Constructor Summary | |
| E_NoSuchEntity() | |
| E_NoSuchEntity(java.lang.String msg) | |
| E_NoSuchEntity(java.lang.String msg,
               java.lang.Throwable cause) | |
| E_NoSuchEntity(java.lang.Throwable cause) | |
| 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 | 
public E_NoSuchEntity()
public E_NoSuchEntity(java.lang.String msg)
public E_NoSuchEntity(java.lang.String msg,
                      java.lang.Throwable cause)
public E_NoSuchEntity(java.lang.Throwable cause)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||