net.talvi.puffinplot.data.file
Class MalformedFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.talvi.puffinplot.data.file.MalformedFileException
All Implemented Interfaces:
java.io.Serializable

public class MalformedFileException
extends java.lang.Exception

This exception is thrown when a file format does not conform to the expectations of a file loader.

See Also:
Serialized Form

Constructor Summary
MalformedFileException(java.lang.String message)
          Creates a new malformed file exception with a specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedFileException

public MalformedFileException(java.lang.String message)
Creates a new malformed file exception with a specified message.

Parameters:
message - the message to include in the exception