ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
10

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
10

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
10

setStackTrace(stackTrace)

Method java.lang.Throwable void setStackTrace( StackTraceElement[] stackTrace ) Sets the stack trace elements that will be returned by getStackTrace() and printed by printStackTrace() and related ... , or if any of the elements of stackTrace are null Since: Java 1.4
1

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
1

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
1

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
1

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
1

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
1

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
1

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