|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConversionStack
A ConversionStack contains the diagnostics of applying a ConversionPath to an Object.
Nested Class Summary | |
---|---|
static interface |
ConversionStack.Element
Holds information about a paticular element in the stack. |
Method Summary | |
---|---|
ConversionPath<?,?> |
getConversionPath()
Get the original ConversionPath that create this ConversionStack. |
ConversionStack.Element |
getElement(int index)
Get stack element info. |
int |
getFailedElementIndex()
The index of the element at which conversion failed. |
String |
getStackTrace()
Get the StackTrace as a Sring. |
void |
printStack(PrintStream out)
Print the stack trace to a PrintStream. |
int |
size()
The size of the stack. |
Method Detail |
---|
ConversionPath<?,?> getConversionPath()
int size()
ConversionStack.Element getElement(int index)
index
- The 0 based index.
void printStack(PrintStream out)
out
- String getStackTrace()
int getFailedElementIndex()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |