Class ErrorValue
java.lang.Object
org.apache.jackrabbit.oak.plugins.value.ErrorValue
- All Implemented Interfaces:
Value
Instances of this class represent a
Value
which couldn't be retrieved.
All its accessors throw a RepositoryException
.-
Constructor Details
-
ErrorValue
-
ErrorValue
-
-
Method Details
-
getString
- Specified by:
getString
in interfaceValue
- Throws:
RepositoryException
-
getStream
- Specified by:
getStream
in interfaceValue
- Throws:
RepositoryException
-
getBinary
- Specified by:
getBinary
in interfaceValue
- Throws:
RepositoryException
-
getLong
- Specified by:
getLong
in interfaceValue
- Throws:
RepositoryException
-
getDouble
- Specified by:
getDouble
in interfaceValue
- Throws:
RepositoryException
-
getDecimal
- Specified by:
getDecimal
in interfaceValue
- Throws:
RepositoryException
-
getDate
- Specified by:
getDate
in interfaceValue
- Throws:
RepositoryException
-
getBoolean
- Specified by:
getBoolean
in interfaceValue
- Throws:
RepositoryException
-
getType
public int getType() -
toString
-