public class javax.xml.datatype
DatatypeConfigurationException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details

Indicates a serious configuration error.

version$Revision: 1.3 $, $Date: 2005/09/14 21:57:16 $
since1.5

Constructors
public DatatypeConfigurationException()

Create a new DatatypeConfigurationException with no specified detail mesage and cause.

public DatatypeConfigurationException(String message) Details

Create a new DatatypeConfigurationException with the specified detail message.

messageThe detail message.
public DatatypeConfigurationException(String message, Throwable cause) Details

Create a new DatatypeConfigurationException with the specified detail message and cause.

messageThe detail message.
causeThe cause. A null value is permitted, and indicates that the cause is nonexistent or unknown.
public DatatypeConfigurationException(Throwable cause) Details

Create a new DatatypeConfigurationException with the specified cause.

causeThe cause. A null value is permitted, and indicates that the cause is nonexistent or unknown.