public class XESchemaException extends XEException
Constructor and Description |
---|
XESchemaException()
Create a non-argument
XESchemaException instance. |
XESchemaException(java.lang.String s)
Create a new
XESchemaException instance with the given message string. |
XESchemaException(java.lang.Throwable cause)
Create a new
XESchemaException instance with the given cause. |
getCause
public XESchemaException()
XESchemaException
instance.public XESchemaException(java.lang.Throwable cause)
XESchemaException
instance with the given cause.public XESchemaException(java.lang.String s)
XESchemaException
instance with the given message string.