public class AttributeIndexNotDefined
extends java.lang.Exception
Constructor | Description |
---|---|
AttributeIndexNotDefined() |
Creates a new instance of
AttributeIndexNotDefined without detail message. |
AttributeIndexNotDefined(java.lang.String msg) |
Constructs an instance of
AttributeIndexNotDefined with the specified detail message. |
public AttributeIndexNotDefined()
AttributeIndexNotDefined
without detail message.public AttributeIndexNotDefined(java.lang.String msg)
AttributeIndexNotDefined
with the specified detail message.msg
- the detail message.