Class SimFieldMissingException

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

public class SimFieldMissingException extends RuntimeException
If SimField resp. SimVariable could not be found or key is wrong this exception might be thrown. Please take care to add the cause of the exception
Author:
Andreas Enders
See Also:
  • Constructor Details

    • SimFieldMissingException

      public SimFieldMissingException()
    • SimFieldMissingException

      public SimFieldMissingException(String message)
    • SimFieldMissingException

      public SimFieldMissingException(Throwable cause)
    • SimFieldMissingException

      public SimFieldMissingException(String message, Throwable cause)