|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.util.range.RangeException
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
Fields inherited from class wt.util.WTException |
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
RangeException(Exception ex)
Construct a RangeException wrapper for another exception. |
|
RangeException(Exception ex,
String message)
Constract a RangeException wrapper for an exception with a non-localizable message. |
|
RangeException(Exception ex,
String resource_bundle_name,
String key,
Object[] params)
Construct a localizable RangeException with embedded exception. |
|
RangeException(String message)
Constructs a RangeException with a non-localizable message |
|
RangeException(String resource_bundle_name,
String key,
Object[] params)
Constructs a localizable RangeException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
Constructor Detail |
public RangeException(String message)
message
- String - non-localizable textWTException
public RangeException(String resource_bundle_name, String key, Object[] params)
resource_bundle_name
- String - naming the resource bundle to usekey
- String - used as an index into the ResourceBundleparams
- Object[] - array of values to substitute into the message.public RangeException(Exception ex)
ex
- Exception - the original culprit causing the exceptionpublic RangeException(Exception ex, String message)
ex
- Exception - the original culprit causing the exceptionmessage
- String - non-localizable textpublic RangeException(Exception ex, String resource_bundle_name, String key, Object[] params)
ex
- Exception - the original culprit causing the exceptionresource_bundle_name
- String - naming the resource bundle to usekey
- String - used as an index into the ResourceBundleparams
- Object[] - array of values to substitute into the message.WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |