Class MissingSimResourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.simplace.sim.exceptions.MissingSimResourceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MisconfiguredTransformerException

public class MissingSimResourceException extends Exception
If Resource 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

    • MissingSimResourceException

      public MissingSimResourceException(String aMessage)
    • MissingSimResourceException

      public MissingSimResourceException(Throwable aCause)
    • MissingSimResourceException

      public MissingSimResourceException(String string, Throwable aCause)