|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.anidb.udp.DataFieldException
public class DataFieldException
Thrown if a problem with a data field occurs.
This can be happen by working with the value of the data field.
| Constructor Summary | |
|---|---|
DataFieldException()
Constructs a new Exception. |
|
DataFieldException(java.lang.String message)
Constructs a new Exception with a message. |
|
DataFieldException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new Exception with a message and a cause. |
|
DataFieldException(java.lang.Throwable cause)
Constructs a new Exception with a cause. |
|
| Method Summary |
|---|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataFieldException()
public DataFieldException(java.lang.String message)
message - The message.public DataFieldException(java.lang.Throwable cause)
cause - The cause.
public DataFieldException(java.lang.String message,
java.lang.Throwable cause)
message - The message.cause - The cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||