Package org.java.plugin
Class JpfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.java.plugin.JpfException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ManifestProcessingException
,PluginLifecycleException
Base JPF exception class that supports localized error messages.
- Version:
- $Id$
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JpfException
(String aPackageName, String aMessageKey, Object aData, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JpfException
-
-
Method Details
-
getMessage
- Parameters:
locale
- locale- Returns:
- error message for the given locale
-