Class EntityLoadingException

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

public class EntityLoadingException extends Exception
This exception is thrown if a mek or other cannot be properly loaded from a file due to IO errors, file format errors, or whatever.
Since:
June 21, 2002, 11:05 AM
See Also:
  • Constructor Details

    • EntityLoadingException

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

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

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