Klasse SimFieldMissingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.simplace.sim.exceptions.SimFieldMissingException
Alle implementierten Schnittstellen:
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
Autor:
Andreas Enders
Siehe auch:
  • Konstruktordetails

    • SimFieldMissingException

      public SimFieldMissingException()
    • SimFieldMissingException

      public SimFieldMissingException(String message)
    • SimFieldMissingException

      public SimFieldMissingException(Throwable cause)
    • SimFieldMissingException

      public SimFieldMissingException(String message, Throwable cause)