Package org.eclipse.wst.xml.xpath2.processor.internal
public class TypeError extends org.eclipse.wst.xml.xpath2.processor.XPathExceptionError caused by bad types.
Constructor Summary |
TypeError(java.lang.String code
,
java.lang.String err) |
Method Summary | |
public static org.eclipse.wst.xml.xpath2.processor.internal.TypeError | ci_not_node(java.lang.String err) "Factory" for building errors |
public java.lang.String | code() Get the error code. |
public static org.eclipse.wst.xml.xpath2.processor.internal.TypeError | invalid_type(java.lang.String err) "Factory" for building errors |
public static org.eclipse.wst.xml.xpath2.processor.internal.TypeError | mixed_vals(java.lang.String err) "Factory" for building errors |
public static org.eclipse.wst.xml.xpath2.processor.internal.TypeError | step_conatins_atoms(java.lang.String err) "Factory" for building errors |
Constructor Detail |
public TypeError(java.lang.String code
,
java.lang.String err)
Constructor for type error.
Methods Detail |
public org.eclipse.wst.xml.xpath2.processor.internal.TypeError ci_not_node(java.lang.String err)
"Factory" for building errors
err
- is the reason for the error.
org.eclipse.wst.xml.xpath2.processor.internal.TypeError
- the error.
public java.lang.String code()
Get the error code.
java.lang.String
- The error code.
public org.eclipse.wst.xml.xpath2.processor.internal.TypeError invalid_type(java.lang.String err)
"Factory" for building errors
err
- is the reason for the error.
org.eclipse.wst.xml.xpath2.processor.internal.TypeError
- the error.
public org.eclipse.wst.xml.xpath2.processor.internal.TypeError mixed_vals(java.lang.String err)
"Factory" for building errors
err
- is the reason for the error.
org.eclipse.wst.xml.xpath2.processor.internal.TypeError
- the error.
public org.eclipse.wst.xml.xpath2.processor.internal.TypeError step_conatins_atoms(java.lang.String err)
"Factory" for building errors
err
- is the reason for the error.
org.eclipse.wst.xml.xpath2.processor.internal.TypeError
- the error.