|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.l2fprod.gui.plaf.skin.IncorrectVersionException
public final class IncorrectVersionException
Thrown when a Theme Pack requires a SkinLF version greater than the current.
Constructor Summary | |
---|---|
IncorrectVersionException(java.lang.String required,
java.lang.String current)
Constructor for the IncorrectVersionException object |
Method Summary | |
---|---|
static void |
checkRequiredVersion(java.lang.String current,
java.lang.String required)
Check if the current version is bigger or equals to the required version. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IncorrectVersionException(java.lang.String required, java.lang.String current)
required
- Description of Parametercurrent
- Description of ParameterMethod Detail |
---|
public static void checkRequiredVersion(java.lang.String current, java.lang.String required) throws IncorrectVersionException
IncorrectVersionException
is thrown.
current
- Description of Parameterrequired
- Description of Parameter
IncorrectVersionException
- if the current version does not fit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |