| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.javatools.db.DBException
oracle.javatools.db.ValidationException
public class ValidationException
Indicates that the validation of the database object failed.
| Constructor Summary | |
|---|---|
| ValidationException(DBObject object,
                    java.lang.String message)Constructs a new ValidationException. | |
| ValidationException(DBObject object,
                    java.lang.String message,
                    java.lang.String title)Constructs a new ValidationException. | |
| Method Summary | |
|---|---|
|  java.lang.String | getTitle()Returns the title of this error (if there is one). | 
| Methods inherited from class oracle.javatools.db.DBException | 
|---|
| getNextException, getObject, setNextException | 
| 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 ValidationException(DBObject object,
                           java.lang.String message)
object - the object on which the validation failedmessage - a string containing a message describing the exception
public ValidationException(DBObject object,
                           java.lang.String message,
                           java.lang.String title)
object - the object on which the validation failedmessage - a string containing a message describing the exceptiontitle - a title for the message to be displayed under| Method Detail | 
|---|
public java.lang.String getTitle()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||