com.bankframe
Class ExtensionRuntimeError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended bycom.bankframe.ExtensionRuntimeError
All Implemented Interfaces:
java.io.Serializable

public class ExtensionRuntimeError
extends java.lang.Error

The ExtensionRuntimeError class. This class is an error and is used to throw runtime exceptions. A method is not required to declare it in its throws clause, since these errors are abnormal conditions that should never occur.

Author:
ETU
See Also:
Serialized Form

Constructor Summary
ExtensionRuntimeError(int errorNumber)
          This method creates a ExtensionRuntimeError with specific error number
ExtensionRuntimeError(int errorNumber, java.lang.String[] params)
          This method creates a ExtensionRuntimeError with specific error number and message parameters
 
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

ExtensionRuntimeError

public ExtensionRuntimeError(int errorNumber)
This method creates a ExtensionRuntimeError with specific error number

Parameters:
errorNumber - the error code for this exception

ExtensionRuntimeError

public ExtensionRuntimeError(int errorNumber,
                             java.lang.String[] params)
This method creates a ExtensionRuntimeError with specific error number and message parameters

Parameters:
errorNumber - the error code for this exception
params - the messages


Copyright © 2004 Siebel Systems, Inc. All rights reserved.