Class ErrorValue
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.value.ErrorValue
-
-
Constructor Summary
Constructors Constructor Description ErrorValue(Exception exception, int type)ErrorValue(RepositoryException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinarygetBinary()booleangetBoolean()CalendargetDate()BigDecimalgetDecimal()doublegetDouble()longgetLong()InputStreamgetStream()StringgetString()intgetType()StringtoString()
-
-
-
Constructor Detail
-
ErrorValue
public ErrorValue(Exception exception, int type)
-
ErrorValue
public ErrorValue(RepositoryException e)
-
-
Method Detail
-
getString
public String getString() throws RepositoryException
- Specified by:
getStringin interfaceValue- Throws:
RepositoryException
-
getStream
public InputStream getStream() throws RepositoryException
- Specified by:
getStreamin interfaceValue- Throws:
RepositoryException
-
getBinary
public Binary getBinary() throws RepositoryException
- Specified by:
getBinaryin interfaceValue- Throws:
RepositoryException
-
getLong
public long getLong() throws RepositoryException- Specified by:
getLongin interfaceValue- Throws:
RepositoryException
-
getDouble
public double getDouble() throws RepositoryException- Specified by:
getDoublein interfaceValue- Throws:
RepositoryException
-
getDecimal
public BigDecimal getDecimal() throws RepositoryException
- Specified by:
getDecimalin interfaceValue- Throws:
RepositoryException
-
getDate
public Calendar getDate() throws RepositoryException
- Specified by:
getDatein interfaceValue- Throws:
RepositoryException
-
getBoolean
public boolean getBoolean() throws RepositoryException- Specified by:
getBooleanin interfaceValue- Throws:
RepositoryException
-
-