net.shredzone.ifish.ltr
Class FormatDecodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.shredzone.ifish.ltr.FormatDecodeException
All Implemented Interfaces:
Serializable

public class FormatDecodeException
extends Exception

This exception signals that the Tag could not be decoded for various reasons.

Version:
$Id: FormatDecodeException.java 289 2009-04-28 21:21:46Z shred $
See Also:
Serialized Form

Constructor Summary
FormatDecodeException(String msg)
          Constructor for the FormatDecodeException object
 
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

FormatDecodeException

public FormatDecodeException(String msg)
Constructor for the FormatDecodeException object

Parameters:
msg - A message


Copyright © 2007-2011 shredzone.org. All Rights Reserved.