ObjectDB ObjectDB

Internal Website Search

41-50 of 200 resultsRefresh
28

Throwable(cause)

Constructor java.lang.Throwable Throwable( Throwable cause ) Constructs a new throwable ... that are little more than wrappers for other throwables (for example, java.security.PrivilegedActionException ... ). (A null value is permitted, and indicates that the cause is nonexistent or unknown.) Since: Java 1.4
28

fillInStackTrace()

Method java.lang.Throwable Throwable fillInStackTrace() Fills in the execution stack trace. This method records within this Throwable object information about the current state of the stack frames for the current thread. Returns: a reference to this Throwable instance. Since: Java JDK1.0 See Also: java.lang.Throwable.printStackTrace()
28

Exception(cause)

Constructor java.lang.Exception Exception( Throwable cause ) Constructs a new exception ... that are little more than wrappers for other throwables (for example, java.security.PrivilegedActionException ... value is permitted, and indicates that the cause is nonexistent or unknown.) Since: Java 1.4
28

Exception(message, cause)

Constructor java.lang.Exception Exception( String message, Throwable cause ) Constructs a new exception with the specified detail message and cause. Note that the detail message associated with cause ... (which is saved for later retrieval by the getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.) Since: Java 1.4
3

printStackTrace()

Method java.lang.Throwable void printStackTrace() Prints this throwable and its backtrace ... , but the following example may be regarded as typical: java.lang.NullPointerException at MyClass.mash(MyClass.java:9) at MyClass.crunch(MyClass.java:6) at MyClass.main(MyClass.java:3
3

printStackTrace()

Method java.lang.Throwable void printStackTrace() Prints this throwable and its backtrace ... , but the following example may be regarded as typical: java.lang.NullPointerException at MyClass.mash(MyClass.java:9) at MyClass.crunch(MyClass.java:6) at MyClass.main(MyClass.java:3
3

printStackTrace()

Method java.lang.Throwable void printStackTrace() Prints this throwable and its backtrace ... , but the following example may be regarded as typical: java.lang.NullPointerException at MyClass.mash(MyClass.java:9) at MyClass.crunch(MyClass.java:6) at MyClass.main(MyClass.java:3
3

printStackTrace()

Method java.lang.Throwable void printStackTrace() Prints this throwable and its backtrace ... , but the following example may be regarded as typical: java.lang.NullPointerException at MyClass.mash(MyClass.java:9) at MyClass.crunch(MyClass.java:6) at MyClass.main(MyClass.java:3
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

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