| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.izforge.izpack.util.os.WrappedNativeLibException
WrappedNativeLibException | public class WrappedNativeLibException extends Exception (Code) | | This class allows it to define error messages for NativeLibException s in the
IzPack locale files. The getMessage methode searches in the current langpack for entries which
are corresponding to that one which are received from native part. If the langpack do not contain
the entry, the resource boundle is used.
author: Klaus Bartz |
WrappedNativeLibException | public WrappedNativeLibException()(Code) | | Default constructor.
|
WrappedNativeLibException | public WrappedNativeLibException(String message)(Code) | | Parameters: message - |
WrappedNativeLibException | public WrappedNativeLibException(Throwable cause)(Code) | | Parameters: cause - |
WrappedNativeLibException | public WrappedNativeLibException(String message, Throwable cause)(Code) | | Parameters: message - Parameters: cause - |
getLangpack | public static LocaleDatabase getLangpack()(Code) | | Returns the langpack.
Returns the langpack. |
setLangpack | public static void setLangpack(LocaleDatabase langpack)(Code) | | Sets the langpack to the given locale database.
Parameters: langpack - the langpack to set. |
|
|
|