Uses of Class
org.basex.query.util.Err.ErrType

Packages that use Err.ErrType
org.basex.query.util XQuery utility classes. 
 

Uses of Err.ErrType in org.basex.query.util
 

Fields in org.basex.query.util declared as Err.ErrType
 Err.ErrType Err.type
          Error type.
 

Methods in org.basex.query.util that return Err.ErrType
static Err.ErrType Err.ErrType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Err.ErrType[] Err.ErrType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.