Serialized Form
-
Package io.github.darvil.lanat.exceptions
-
Exception io.github.darvil.lanat.exceptions.ArgumentAlreadyExistsException
class ArgumentAlreadyExistsException extends ObjectAlreadyExistsException implements Serializable -
Exception io.github.darvil.lanat.exceptions.ArgumentNotFoundException
class ArgumentNotFoundException extends ObjectNotFoundException implements Serializable -
Exception io.github.darvil.lanat.exceptions.ArgumentTypeException
class ArgumentTypeException extends LanatException implements Serializable -
Exception io.github.darvil.lanat.exceptions.ArgumentTypeInferException
class ArgumentTypeInferException extends ArgumentTypeException implements Serializable -
Exception io.github.darvil.lanat.exceptions.CommandAlreadyExistsException
class CommandAlreadyExistsException extends ObjectAlreadyExistsException implements Serializable -
Exception io.github.darvil.lanat.exceptions.CommandNotFoundException
class CommandNotFoundException extends ObjectNotFoundException implements Serializable -
Exception io.github.darvil.lanat.exceptions.CommandTemplateException
class CommandTemplateException extends LanatException implements Serializable -
Exception io.github.darvil.lanat.exceptions.GroupAlreadyExistsException
class GroupAlreadyExistsException extends ObjectAlreadyExistsException implements Serializable -
Exception io.github.darvil.lanat.exceptions.GroupNotFoundException
class GroupNotFoundException extends ObjectNotFoundException implements Serializable -
Exception io.github.darvil.lanat.exceptions.IncompatibleCommandTemplateTypeException
class IncompatibleCommandTemplateTypeException extends CommandTemplateException implements Serializable -
Exception io.github.darvil.lanat.exceptions.LanatException
class LanatException extends RuntimeException implements Serializable -
Exception io.github.darvil.lanat.exceptions.ObjectAlreadyExistsException
class ObjectAlreadyExistsException extends LanatException implements Serializable -
Exception io.github.darvil.lanat.exceptions.ObjectNotFoundException
class ObjectNotFoundException extends LanatException implements Serializable
-
-
Package io.github.darvil.lanat.helpgen.descriptions.exceptions
-
Exception io.github.darvil.lanat.helpgen.descriptions.exceptions.InvalidRouteException
class InvalidRouteException extends LanatException implements Serializable -
Exception io.github.darvil.lanat.helpgen.descriptions.exceptions.MalformedTagException
class MalformedTagException extends LanatException implements Serializable -
Exception io.github.darvil.lanat.helpgen.descriptions.exceptions.NoDescriptionDefinedException
class NoDescriptionDefinedException extends LanatException implements Serializable -
Exception io.github.darvil.lanat.helpgen.descriptions.exceptions.UnknownTagException
class UnknownTagException extends LanatException implements Serializable
-