Class ErrorValue
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.value.ErrorValue
-
-
Constructor Summary
Constructors Constructor Description ErrorValue(java.lang.Exception exception, int type)ErrorValue(RepositoryException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinarygetBinary()booleangetBoolean()java.util.CalendargetDate()java.math.BigDecimalgetDecimal()doublegetDouble()longgetLong()java.io.InputStreamgetStream()java.lang.StringgetString()intgetType()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ErrorValue
public ErrorValue(java.lang.Exception exception, int type)
-
ErrorValue
public ErrorValue(RepositoryException e)
-
-
Method Detail
-
getString
public java.lang.String getString() throws RepositoryException- Specified by:
getStringin interfaceValue- Throws:
RepositoryException
-
getStream
public java.io.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 java.math.BigDecimal getDecimal() throws RepositoryException- Specified by:
getDecimalin interfaceValue- Throws:
RepositoryException
-
getDate
public java.util.Calendar getDate() throws RepositoryException- Specified by:
getDatein interfaceValue- Throws:
RepositoryException
-
getBoolean
public boolean getBoolean() throws RepositoryException- Specified by:
getBooleanin interfaceValue- Throws:
RepositoryException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-