Package com.hazebyte.crate.api.exception
Class AnimationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.hazebyte.crate.api.exception.AnimationException
-
- All Implemented Interfaces:
Serializable
public class AnimationException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnimationException()
AnimationException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AnimationException
public AnimationException(String msg)
-
AnimationException
public AnimationException()
-
-