antsnest.io
Class AntIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by antsnest.io.AntIOException
All Implemented Interfaces:
Serializable

public class AntIOException
extends Exception

Exception class for the antsnest.io package

Author:
Chris Clohosy
See Also:
Serialized Form

Constructor Summary
AntIOException(String problem)
          Creates a new exception
 
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

AntIOException

public AntIOException(String problem)
Creates a new exception

Parameters:
problem - the problem that caused the exception