Serialized Form


Package org.w3c.ddr.simple.exception

Class org.w3c.ddr.simple.exception.DDRException extends java.lang.Exception implements Serializable

serialVersionUID: 2618094065573111548L

Serialized Fields

code

int code
An exception code, which represents the nature/cause of the exception.

Class org.w3c.ddr.simple.exception.InitializationException extends DDRException implements Serializable

Class org.w3c.ddr.simple.exception.NameException extends DDRException implements Serializable

Class org.w3c.ddr.simple.exception.SystemException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

int code
Represents a machine-understandable code to refine/identify the cause of the exception.

Class org.w3c.ddr.simple.exception.ValueException extends DDRException implements Serializable