|
|||||||||
| Home >> All >> recoin >> [ exception overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
recoin.exception
Class MissingDataException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
recoin.exception.RECOINException
recoin.exception.MissingDataException
- All Implemented Interfaces:
- java.io.Serializable
- public class MissingDataException
- extends RECOINException
A MissingDataException can be thrown whenever a certain order or operation cannot be processed because of insufficient or missing data. This can be the case when the necessary attributes of a dynamically loaded object have not been set and the object therefore cannot function properly.
- Version:
- 0.2.9
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class recoin.exception.RECOINException |
myMessage |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
MissingDataException()
Creates a new MissingDataException |
|
MissingDataException(java.lang.String msg)
Creates a new MissingDataException with the specified message. |
|
MissingDataException(java.lang.String msg,
java.lang.Exception e)
Creates a new MissingDataException with the specified original exception and the specified message. |
|
| Methods inherited from class recoin.exception.RECOINException |
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 |
| Constructor Detail |
MissingDataException
public MissingDataException()
- Creates a new MissingDataException
MissingDataException
public MissingDataException(java.lang.String msg)
- Creates a new MissingDataException with the specified message.
MissingDataException
public MissingDataException(java.lang.String msg, java.lang.Exception e)
- Creates a new MissingDataException with the specified original exception and the
specified message.
|
|||||||||
| Home >> All >> recoin >> [ exception overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC