com.martiansoftware.snip.util
Class MacroException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.martiansoftware.snip.util.MacroException
All Implemented Interfaces:
java.io.Serializable

public class MacroException
extends java.io.IOException

An extension of IOException to handle MacroInputStream-specific issues.

Author:
Marty Lamb
See Also:
Serialized Form

Constructor Summary
MacroException(java.lang.String s)
          Creates a new MacroException with the specified message.
 
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

MacroException

public MacroException(java.lang.String s)
Creates a new MacroException with the specified message.

Parameters:
s - the message