Package relaxngcc
Class BuildError
- java.lang.Object
-
- relaxngcc.BuildError
-
public class BuildError extends java.lang.Object
- Author:
- okajima An error or warning detected in the parsing of grammar
-
-
Constructor Summary
Constructors Constructor Description BuildError(int type, org.xml.sax.Locator loc, java.lang.String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
java.lang.String
toString()
-
-
-
Field Detail
-
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
-
WARNING
public static final int WARNING
- See Also:
- Constant Field Values
-
-