com.retek.commons.gui.util
Class UiBundleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.retek.commons.gui.util.UiBundleException
- All Implemented Interfaces:
- java.io.Serializable
- public class UiBundleException
- extends java.lang.Exception
This exception is used exclusively by the RPropertyBundle.
Retek Inc. Copyright (c) 2002
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
ENCODING
|
static java.lang.String |
FORMAT
|
Constructor Summary |
UiBundleException(java.lang.String errorCode,
java.lang.String filename,
int line)
Returns a new UiBundleException object with an error code assigned to it. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 |
ENCODING
public static final java.lang.String ENCODING
FORMAT
public static final java.lang.String FORMAT
UiBundleException
public UiBundleException(java.lang.String errorCode,
java.lang.String filename,
int line)
- Returns a new UiBundleException object with an error code assigned to it.
- Parameters:
errorCode
- The error code to assign to the exception.
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Returns a localized bundle exception.
- Returns:
- The localized error message.
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25