public class AttributeNotSetException extends Exception
Constructor and Description |
---|
AttributeNotSetException() |
AttributeNotSetException(Attribute<?> _attribute) |
AttributeNotSetException(String message) |
Modifier and Type | Method and Description |
---|---|
Attribute<?> |
getAttribute() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected Attribute<?> attribute
public AttributeNotSetException()
public AttributeNotSetException(String message)
public AttributeNotSetException(Attribute<?> _attribute)
public Attribute<?> getAttribute()
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.