|
Last update: 2011-06-23 | |||||||||
| 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
org.proteios.core.BaseException
org.proteios.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.
| Constructor Summary | |
|---|---|
InvalidDataException()
Create a new InvalidDataException object. |
|
InvalidDataException(Exception ex)
Create a new InvalidDataException object. |
|
InvalidDataException(String message)
Create a new InvalidDataException object with the
specified message. |
|
| 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 |
| Constructor Detail |
|---|
public InvalidDataException()
InvalidDataException object.
public InvalidDataException(Exception ex)
InvalidDataException object.
public InvalidDataException(String message)
InvalidDataException object with the
specified message.
message - The message to throw with the exception
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||