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