ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
28

Throwable()

Constructor java.lang.Throwable Throwable() Constructs a new throwable with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to initCause. The fillInStackTrace() method is called to initialize the stack trace data in the newly created throwable. Since: Java JDK1.0
28

Throwable(message)

Constructor java.lang.Throwable Throwable( String message ) Constructs a new throwable with the specified detail message. The cause is not initialized, and may subsequently be initialized by ... created throwable. Parameters: message - the detail message. The detail message is saved for later retrieval by the getMessage() method. Since: Java JDK1.0
28

Throwable(message, cause)

Constructor java.lang.Throwable Throwable( String message, Throwable cause ) Constructs a new throwable with the specified detail message and cause. Note that the detail message associated with cause ... , and indicates that the cause is nonexistent or unknown.) Since: Java 1.4
2

toString()

Method java.lang.Throwable String toString() Returns a short description of this throwable. The result is the concatenation of: the name of the class of this object ": " (a colon and a space ... , then just the class name is returned. Returns: a string representation of this throwable. Since: Java JDK1.0
2

printStackTrace(s)

Method java.lang.Throwable void printStackTrace( PrintWriter s ) Prints this throwable and its backtrace to the specified print writer. Parameters: s - PrintWriter to use for output Since: Java JDK1.1
2

getCause()

Method java.lang.Throwable Throwable getCause() Returns the cause of this throwable or null if the cause is nonexistent or unknown. (The cause is the throwable that caused this throwable ... of this throwable or null if the cause is nonexistent or unknown. Since: Java 1.4
2

printStackTrace(s)

Method java.lang.Throwable void printStackTrace( PrintStream s ) Prints this throwable and its backtrace to the specified print stream. Parameters: s - PrintStream to use for output Since: Java JDK1.0
2

initCause(cause)

Method java.lang.Throwable Throwable initCause( Throwable cause ) Initializes the cause of this throwable to the specified value. (The cause is the throwable that caused this throwable to get thrown ... ,Throwable), or this method has already been called on this throwable. Since: Java 1.4
2

printStackTrace(s)

Method java.lang.Throwable void printStackTrace( PrintWriter s ) Prints this throwable and its backtrace to the specified print writer. Parameters: s - PrintWriter to use for output Since: Java JDK1.1
2

getCause()

Method java.lang.Throwable Throwable getCause() Returns the cause of this throwable or null if the cause is nonexistent or unknown. (The cause is the throwable that caused this throwable ... of this throwable or null if the cause is nonexistent or unknown. Since: Java 1.4

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support