Class TextureException

All Implemented Interfaces:
Serializable

public class TextureException extends RuntimeException
An exception thrown when Doom texture information is unavailable or malformed.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • TextureException

      public TextureException()
    • TextureException

      public TextureException(String message, Throwable cause)
    • TextureException

      public TextureException(String message)
    • TextureException

      public TextureException(Throwable cause)