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 classstatic enumstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WarnBadEyeHeightstatic final WarnBoxUVstatic final WarnNoHitboxstatic 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()
-