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