jtux
Class UErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jtux.UErrorException
All Implemented Interfaces:
java.io.Serializable

public class UErrorException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static int EC_EAI
           
static int EC_ERRNO
           
static int EC_GETDATE
           
 
Constructor Summary
UErrorException()
           
UErrorException(int code)
           
UErrorException(int code, int type)
           
 
Method Summary
 int getCode()
           
 int getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EC_ERRNO

public static final int EC_ERRNO
See Also:
Constant Field Values

EC_EAI

public static final int EC_EAI
See Also:
Constant Field Values

EC_GETDATE

public static final int EC_GETDATE
See Also:
Constant Field Values
Constructor Detail

UErrorException

public UErrorException()

UErrorException

public UErrorException(int code)

UErrorException

public UErrorException(int code,
                       int type)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

getCode

public int getCode()

getType

public int getType()