List all error code for BEGIN keyword. More...
Data Fields | |
const | FAM0100 = 'inherit family "%s" not found for "%s" family' |
const | FAM0101 = 'cannot inherit from itself %s"' |
const | FAM0102 = 'inheritance "%s" -> "%s" cannot be changed "%s"' |
const | FAM0104 = 'inherit family "%s" is not a family "%s" family' |
const | FAM0200 = 'the title "%s" is too long for "%s" family' |
const | FAM0201 = 'the title "%s" does not have special characters "%s" family' |
const | FAM0400 = 'syntax error in classfile "%s" in "%s" family : %s' |
const | FAM0401 = 'classfile "%s" not found in "%s" family ' |
const | FAM0500 = 'family name is required for "%s"' |
const | FAM0501 = 'syntax error in family name "%s"' |
const | FAM0502 = 'family name "%s" is already use for "%s" document' |
const | FAM0600 = 'parent class family file "%s" not found for "%s" family' |
const | FAM0601 = 'parent family "%s" not found for family "%s" while generating class file.' |
const | FAM0602 = 'parent family "%s" not found for family "%s" while generating attribute class file.' |
const | FAM0603 = 'parent family "%s" not found for family "%s" while checking inheritance.' |
List all error code for BEGIN keyword.
Errors code used to checking document's family definition
Definition at line 12 of file ErrorCodeFAM.php.
const FAM0100 = 'inherit family "%s" not found for "%s" family' |
Definition at line 18 of file ErrorCodeFAM.php.
const FAM0101 = 'cannot inherit from itself %s"' |
Definition at line 23 of file ErrorCodeFAM.php.
const FAM0102 = 'inheritance "%s" -> "%s" cannot be changed "%s"' |
Definition at line 28 of file ErrorCodeFAM.php.
const FAM0104 = 'inherit family "%s" is not a family "%s" family' |
Definition at line 33 of file ErrorCodeFAM.php.
const FAM0200 = 'the title "%s" is too long for "%s" family' |
Definition at line 38 of file ErrorCodeFAM.php.
const FAM0201 = 'the title "%s" does not have special characters "%s" family' |
Definition at line 43 of file ErrorCodeFAM.php.
const FAM0400 = 'syntax error in classfile "%s" in "%s" family : %s' |
Definition at line 48 of file ErrorCodeFAM.php.
const FAM0401 = 'classfile "%s" not found in "%s" family ' |
Definition at line 53 of file ErrorCodeFAM.php.
const FAM0500 = 'family name is required for "%s"' |
Definition at line 58 of file ErrorCodeFAM.php.
const FAM0501 = 'syntax error in family name "%s"' |
Definition at line 63 of file ErrorCodeFAM.php.
const FAM0502 = 'family name "%s" is already use for "%s" document' |
Definition at line 68 of file ErrorCodeFAM.php.
const FAM0600 = 'parent class family file "%s" not found for "%s" family' |
Definition at line 72 of file ErrorCodeFAM.php.
const FAM0601 = 'parent family "%s" not found for family "%s" while generating class file.' |
Definition at line 76 of file ErrorCodeFAM.php.
const FAM0602 = 'parent family "%s" not found for family "%s" while generating attribute class file.' |
Definition at line 80 of file ErrorCodeFAM.php.
const FAM0603 = 'parent family "%s" not found for family "%s" while checking inheritance.' |
Definition at line 84 of file ErrorCodeFAM.php.