Package com.ticxo.modelengine.api.error
Class IError.Warn
java.lang.Object
com.ticxo.modelengine.api.error.IError.Warn
- All Implemented Interfaces:
IError
- Direct Known Subclasses:
WarnBadAngle
,WarnBadEyeHeight
,WarnBadNamespace
,WarnBadTranslation
,WarnBoneTooLarge
,WarnBoxUV
,WarningDuplicateBoneName
,WarnMultipleAngle
,WarnNoHitbox
- Enclosing interface:
- IError
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ticxo.modelengine.api.error.IError
IError.Error, IError.Severity, IError.Warn
-
Field Summary
Fields inherited from interface com.ticxo.modelengine.api.error.IError
BAD_EYE_HEIGHT, BOX_UV, DUPE_NAME, NO_HITBOX, UNKNOWN_FORMAT
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ticxo.modelengine.api.error.IError
getErrorMessage, log
-
Constructor Details
-
Warn
public Warn()
-
-
Method Details
-
getSeverity
- Specified by:
getSeverity
in interfaceIError
-