org.apache.xml.utils.synthetic

Class SynthesisException


public class SynthesisException
extends Exception

Class SynthesisException

Field Summary

static int
REIFIED
Field REIFIED
static int
SYNTAX
Field SYNTAX
static int
UNREIFIED
Field UNREIFIED
static int
UNSUPPORTED
Field UNSUPPORTED
static int
WRONG_OWNER
Field WRONG_OWNER
static String[]
errToString
Field errToString

Constructor Summary

SynthesisException(int code)
Constructor SynthesisException
SynthesisException(int code, String msg)
Constructor SynthesisException

Field Details

REIFIED

public static final int REIFIED
Field REIFIED
Field Value:
2

SYNTAX

public static final int SYNTAX
Field SYNTAX
Field Value:
0

UNREIFIED

public static final int UNREIFIED
Field UNREIFIED
Field Value:
3

UNSUPPORTED

public static final int UNSUPPORTED
Field UNSUPPORTED
Field Value:
1

WRONG_OWNER

public static final int WRONG_OWNER
Field WRONG_OWNER
Field Value:
4

errToString

public static final String[] errToString
Field errToString

Constructor Details

SynthesisException

public SynthesisException(int code)
Constructor SynthesisException
Parameters:
code -

SynthesisException

public SynthesisException(int code,
                          String msg)
Constructor SynthesisException
Parameters:
code -
msg -

Copyright B) 2004 Apache XML Project. All Rights Reserved.