org.apache.xml.utils.synthetic
Class SynthesisException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.xml.utils.synthetic.SynthesisException
All Implemented Interfaces:
Serializable

public class SynthesisException
extends Exception

Class SynthesisException

See Also:
Serialized Form

Field Summary
(package private)  int code
          Field code.
static String[] errToString
          Field errToString
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
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SynthesisException(int code)
          Constructor SynthesisException
SynthesisException(int code, String msg)
          Constructor SynthesisException
 
Method Summary
(package private)  int getCode()
          Method getCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

code

int code
Field code.


SYNTAX

public static final int SYNTAX
Field SYNTAX

See Also:
Constant Field Values

UNSUPPORTED

public static final int UNSUPPORTED
Field UNSUPPORTED

See Also:
Constant Field Values

REIFIED

public static final int REIFIED
Field REIFIED

See Also:
Constant Field Values

UNREIFIED

public static final int UNREIFIED
Field UNREIFIED

See Also:
Constant Field Values

WRONG_OWNER

public static final int WRONG_OWNER
Field WRONG_OWNER

See Also:
Constant Field Values

errToString

public static final String[] errToString
Field errToString

Constructor Detail

SynthesisException

public SynthesisException(int code)
Constructor SynthesisException

Parameters:
code -

SynthesisException

public SynthesisException(int code,
                          String msg)
Constructor SynthesisException

Parameters:
code -
msg -
Method Detail

getCode

int getCode()
Method getCode