|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.basedb.core.BaseException
net.sf.basedb.core.InvalidDataException
public class InvalidDataException
Exceptions of this type are thrown when invalid data is encountered. The real exception thrown is usually of a subclass to this class.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
InvalidDataException()
Create a new InvalidDataException object. |
|
InvalidDataException(String message)
Create a new InvalidDataException object with the
specified message. |
|
InvalidDataException(String message,
Throwable cause)
Create a new InvalidDataException object with the
specified message. |
|
InvalidDataException(Throwable cause)
Create a new InvalidDataException object. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public InvalidDataException()
InvalidDataException object.
public InvalidDataException(Throwable cause)
InvalidDataException object.
cause - Throwable object that caused this exception.public InvalidDataException(String message)
InvalidDataException object with the
specified message.
message - The message to throw with the exception
public InvalidDataException(String message,
Throwable cause)
InvalidDataException object with the
specified message.
message - The message to throw with the exceptioncause - Throwable object that caused this exception.
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||