Class SimValueOutOfRangeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.simplace.sim.exceptions.SimValueOutOfRangeException
All Implemented Interfaces:
Serializable

public class SimValueOutOfRangeException extends RuntimeException
Maximum or Minimum range in SimVariables are checked. If they are exceeded while setting a new value to a field this exception is thrown.
Author:
Andreas Enders
See Also:
  • Constructor Details

    • SimValueOutOfRangeException

      public SimValueOutOfRangeException(String aMessage, Throwable aCause)
    • SimValueOutOfRangeException

      public SimValueOutOfRangeException(String aMessage)