Class EntitySavingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
megamek.common.loaders.EntitySavingException
All Implemented Interfaces:
Serializable

public class EntitySavingException extends Exception
This exception is thrown if a mek or other cannot be properly saved from a file due to IO errors, file format errors, missing fields, or whatever.
See Also:
  • Constructor Details

    • EntitySavingException

      public EntitySavingException()
      Creates new EntityLoadingException without detail message.
    • EntitySavingException

      public EntitySavingException(String msg)
      Constructs an EntityLoadingException with the specified detail message.
      Parameters:
      msg - the detail message.
    • EntitySavingException

      public EntitySavingException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause