@author ITerative Consulting @since 26-Feb-2008
Title: AttributesLib for Java
Description:
Copyright: Copyright (c) 2004
Company: eBay Inc.
@author Weijun Li @version 1.0Error
is a subclass of Throwable
that indicates serious problems that a reasonable application should not try to catch. Most such errors are abnormal conditions. The ThreadDeath
error, though a "normal" condition, is also a subclass of Error
because most applications should not try to catch it. A method is not required to declare in its throws
clause any subclasses of Error
that might be thrown during the execution of the method but not caught, since these errors are abnormal conditions that should never occur.
@author Frank Yellin
@version 1.17, 11/17/05
@see java.lang.ThreadDeath
@since JDK1.0
The following features are supported:
<xs:complexType name="ErrorType" />@author grkvlt@apache.org
Java class for message complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="message"> <simpleContent> <extension base="string"> <attribute name="code" type="string"/> <extension> <simpleContent> <complexType>@author Mikhail Zaitsev
@author Tod Jackson (tod@openeai.org) @author Steve Wheat (steve@openeai.org) @version 3.0 - 28 January 2003
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|