antsnest.antinfo
Class AntInfoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by antsnest.antinfo.AntInfoException
All Implemented Interfaces:
Serializable

public class AntInfoException
extends Exception

Exception class for things that go wrong creating Ant information

Author:
Chris Clohosy
See Also:
Serialized Form

Constructor Summary
AntInfoException(String problem)
          Constructs 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

AntInfoException

public AntInfoException(String problem)
Constructs a new exception

Parameters:
problem - what went wrong