Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Pathing.ProfileException Class Reference

Exception for signalling profile errors. More...

Inheritance diagram for ff14bot.Pathing.ProfileException:
ff14bot.Pathing.ProfileAttributeExpectedException ff14bot.Pathing.ProfileAttributeExpectedException< T > ff14bot.Pathing.ProfileMissingAttributeException ff14bot.Pathing.ProfileMissingAttributeException< T > ff14bot.Pathing.ProfileMissingElementException ff14bot.Pathing.ProfileNotFoundException ff14bot.Pathing.ProfileTagExpectedException ff14bot.Pathing.ProfileUnknownAttributeException ff14bot.Pathing.ProfileUnknownElementException

Public Member Functions

 ProfileException ()
 Default constructor.
 ProfileException (string message)
 Constructor.
 ProfileException (string message, Exception innerException)
 Constructor.

Detailed Description

Exception for signalling profile errors.

Constructor & Destructor Documentation

◆ ProfileException() [1/3]

ff14bot.Pathing.ProfileException.ProfileException ( )

Default constructor.

◆ ProfileException() [2/3]

ff14bot.Pathing.ProfileException.ProfileException ( string message)

Constructor.

Parameters
messageThe message.

◆ ProfileException() [3/3]

ff14bot.Pathing.ProfileException.ProfileException ( string message,
Exception innerException )

Constructor.

Parameters
messageThe message.
innerExceptionThe inner exception.