Class ParticleSpawner.ParticleColorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.esophose.playerparticles.particles.spawning.ParticleSpawner.ParticleColorException
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ParticleSpawner
public static final class ParticleSpawner.ParticleColorException
extends java.lang.RuntimeException
Represents a runtime exception that is thrown either if the displayed
particle effect is not colorable or if the particle color type is
incorrect
This class is part of the ParticleEffect Library and follows the same usage conditions
- Since:
- 1.7
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ParticleColorException(java.lang.String message)
Construct a new particle color exception -
Method Summary
-
Constructor Details
-
ParticleColorException
public ParticleColorException(java.lang.String message)Construct a new particle color exception- Parameters:
message
- Message that will be logged
-