borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.util 

DiagnosticPreconditionException component

java.lang.Object
   +----java.lang.Throwable
           +----java.lang.Exception
                   +----java.lang.RuntimeException
                           +----java.lang.IllegalStateException
                                   +----borland.jbcl.util.DiagnosticPreconditionException

About the DiagnosticPreconditionException component

Constructors  Properties  Methods  

Implements Serializable

The DiagnosticPreconditionException defines the exception object that is thrown when the Diagnostic.precondition(boolean) or Diagnostic.precondition(boolean, java.lang.String) methods fail.

See also: borland.jbcl.util.Diagnostic


DiagnosticPreconditionException constructors

DiagnosticPreconditionException properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

Properties implemented in java.lang.Throwable

DiagnosticPreconditionException methods

Methods implemented in java.lang.Object

Methods implemented in java.lang.Throwable


DiagnosticPreconditionException constructors

DiagnosticPreconditionException()

  public DiagnosticPreconditionException()

DiagnosticPreconditionException(java.lang.String)

  public DiagnosticPreconditionException(java.lang.String message)