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

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

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

Public Member Functions

 ProfileAttributeExpectedException (XAttribute attribute, params string[] validValues)
 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 attribute expected errors.

Template Parameters
TGeneric type parameter.

Member Function Documentation

◆ ProfileAttributeExpectedException()

ff14bot.Pathing.ProfileAttributeExpectedException< T >.ProfileAttributeExpectedException ( XAttribute attribute,
params string[] validValues )

Constructor.

Parameters
attributeThe attribute.
validValuesA variable-length parameters list containing valid values.