org.das2
Class DasPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.das2.DasException
org.das2.DasPropertyException
- All Implemented Interfaces:
- java.io.Serializable
public class DasPropertyException
- extends DasException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NOT_DEFINED
public static final DasPropertyException.MessageType NOT_DEFINED
READ_ONLY
public static final DasPropertyException.MessageType READ_ONLY
TYPE_MISMATCH
public static final DasPropertyException.MessageType TYPE_MISMATCH
NOT_INDEXED
public static final DasPropertyException.MessageType NOT_INDEXED
DasPropertyException
public DasPropertyException(DasPropertyException.MessageType type,
java.lang.String propertyName,
java.lang.String objectName,
java.lang.String value)
DasPropertyException
public DasPropertyException(DasPropertyException.MessageType type,
java.lang.String propertyName,
java.lang.String objectName)
DasPropertyException
public DasPropertyException(DasPropertyException.MessageType type)
getPropertyName
public java.lang.String getPropertyName()
setPropertyName
public void setPropertyName(java.lang.String name)
getObjectName
public java.lang.String getObjectName()
setObjectName
public void setObjectName(java.lang.String name)
getType
public DasPropertyException.MessageType getType()
setMessageType
public void setMessageType(DasPropertyException.MessageType type)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable