Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Pathing.ProfileMissingAttributeException< T > Class Template Reference

Exception for signalling profile missing attribute errors. More...

Inheritance diagram for ff14bot.Pathing.ProfileMissingAttributeException< T >:
ff14bot.Pathing.ProfileException

Public Member Functions

 ProfileMissingAttributeException (string attributeName, XElement tag)
 Constructor.
Public Member Functions inherited from ff14bot.Pathing.ProfileException
 ProfileException ()
 Default constructor.
 ProfileException (string message)
 Constructor.
 ProfileException (string message, Exception innerException)
 Constructor.

Detailed Description

Exception for signalling profile missing attribute errors.

Template Parameters
TGeneric type parameter.

Member Function Documentation

◆ ProfileMissingAttributeException()

Constructor.

Parameters
attributeNameName of the attribute.
tagThe tag.