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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLocalisedMessage(LanguageManager manager) protected TranslatableMessageMethods 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:
getTranslatableMessagein classTranslatableException- Returns:
A translatable message that can be used to determine the localized message of this exception
-
getLocalisedMessage
- Overrides:
getLocalisedMessagein classTranslatableException- Parameters:
manager-A language manager able to provide localized messages
- Returns:
The localized message of this exception
-