ObjectDB ObjectDB

Internal Website Search

121-130 of 200 resultsRefresh
10

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
10

getLocalizedMessage()

Method java.lang.Throwable String getLocalizedMessage() Creates a localized description of this throwable. Subclasses may override this method in order to produce a locale-specific message ... getMessage(). Returns: The localized description of this throwable. Since: Java JDK1.1
10

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

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
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

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

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

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