Oracle Application Server Wireless Java API Reference
B14043-01


oracle.edge.common
Class ConvertException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.edge.common.GeneralException
              extended byoracle.edge.common.ConvertException

All Implemented Interfaces:
java.io.Serializable

public class ConvertException
extends GeneralException

A conversion exception will be generated when an error or exception occurs during value conversion.

See Also:
Converter, Serialized Form

Constructor Summary
ConvertException()
Default constructor.
ConvertException(long ErrorCode)
Constructor with specified error code.
ConvertException(long ErrorCode, java.lang.String Description)
Constructor with specified error code and error description.
ConvertException(java.lang.String Description)
Constructor with specified error code.

Methods inherited from class oracle.edge.common.GeneralException
getErrorCode, setErrorCode

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

ConvertException

public ConvertException()
Default constructor.

ConvertException

public ConvertException(long ErrorCode)
Constructor with specified error code.
Parameters:
ErrorCode - specified error code.

ConvertException

public ConvertException(long ErrorCode,
                        java.lang.String Description)
Constructor with specified error code and error description.
Parameters:
ErrorCode - specified error code.
Description - specified error description.

ConvertException

public ConvertException(java.lang.String Description)
Constructor with specified error code.
Parameters:
Description - specified error description.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.