Package com.ticxo.modelengine.api.error
Interface IError
- All Known Implementing Classes:
ErrorBadTexture
,ErrorIncompatibleBone
,ErrorMissingBoneBehaviorData
,ErrorNoFaceCube
,ErrorUnknownBoneBehavior
,ErrorUnknownFormat
,ErrorWrongBoneBehaviorDataType
,IError.Error
,IError.Warn
,WarnBadAngle
,WarnBadEyeHeight
,WarnBadNamespace
,WarnBadTranslation
,WarnBoneTooLarge
,WarnBoxUV
,WarnIncompatibleBoneBehavior
,WarningDuplicateBoneName
,WarnMultipleAngle
,WarnNoHitbox
public interface IError
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static enum
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WarnBadEyeHeight
static final WarnBoxUV
static final WarnNoHitbox
static final ErrorUnknownFormat
-
Method Summary
-
Field Details
-
UNKNOWN_FORMAT
-
BOX_UV
-
BAD_EYE_HEIGHT
-
NO_HITBOX
-
-
Method Details
-
getErrorMessage
String getErrorMessage() -
getSeverity
IError.Severity getSeverity() -
log
default void log()
-