Constructor and Description |
---|
ErrorValue(java.lang.Exception exception,
int type) |
ErrorValue(RepositoryException e) |
Modifier and Type | Method and Description |
---|---|
Binary |
getBinary() |
boolean |
getBoolean() |
java.util.Calendar |
getDate() |
java.math.BigDecimal |
getDecimal() |
double |
getDouble() |
long |
getLong() |
java.io.InputStream |
getStream() |
java.lang.String |
getString() |
int |
getType() |
java.lang.String |
toString() |
public ErrorValue(java.lang.Exception exception, int type)
public ErrorValue(RepositoryException e)
public java.lang.String getString() throws RepositoryException
getString
in interface Value
RepositoryException
public java.io.InputStream getStream() throws RepositoryException
getStream
in interface Value
RepositoryException
public Binary getBinary() throws RepositoryException
getBinary
in interface Value
RepositoryException
public long getLong() throws RepositoryException
getLong
in interface Value
RepositoryException
public double getDouble() throws RepositoryException
getDouble
in interface Value
RepositoryException
public java.math.BigDecimal getDecimal() throws RepositoryException
getDecimal
in interface Value
RepositoryException
public java.util.Calendar getDate() throws RepositoryException
getDate
in interface Value
RepositoryException
public boolean getBoolean() throws RepositoryException
getBoolean
in interface Value
RepositoryException
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010 - 2020 Adobe. All Rights Reserved