|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
com.ail.core.BaseError
com.ail.core.TypeXPathException
public class TypeXPathException
The TypeXPathException indicates that an xpath was evaluated on a Type that could not support it - i.e. the xpath could not be evaluated on the type.
| Constructor Summary | |
|---|---|
TypeXPathException(org.apache.commons.jxpath.JXPathException exception)
Constructor |
|
TypeXPathException(java.lang.String description)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class com.ail.core.BaseError |
|---|
getDescription, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TypeXPathException(java.lang.String description)
description - A description of the pre-condition that has been
violated.public TypeXPathException(org.apache.commons.jxpath.JXPathException exception)
exception - Create a TypeXPathException based on a JXPathException.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||