Class UnimplementedFlagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sgrewritten.stargate.exception.TranslatableException
org.sgrewritten.stargate.exception.UnimplementedFlagException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLocalisedMessage
(LanguageManager manager) protected TranslatableMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnimplementedFlagException
- Parameters:
msg
-The message to provide in the stacktrace
flag
-The flag that was unimplemented
-
-
Method Details
-
getTranslatableMessage
- Specified by:
getTranslatableMessage
in classTranslatableException
- Returns:
A translatable message that can be used to determine the localized message of this exception
-
getLocalisedMessage
- Overrides:
getLocalisedMessage
in classTranslatableException
- Parameters:
manager
-A language manager able to provide localized messages
- Returns:
The localized message of this exception
-