Class SimProjectException

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

public class SimProjectException extends Exception
If any error occurs in the creation or use of project data this exception should be used.
Author:
Andreas Enders
See Also:
  • Constructor Details

    • SimProjectException

      public SimProjectException(String aMessage, Throwable aCause)
    • SimProjectException

      public SimProjectException(String aMessage)