com.acmetech.cc
Class MagstripeParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.acmetech.cc.MagstripeParseException
All Implemented Interfaces:
java.io.Serializable

public class MagstripeParseException
extends java.lang.Exception

Exception thrown during parsing of magstripe data string.

Author:
Wayne K. Walrath, Acme Technologies

Copyright 2005 © Acme Technologies. All rights reserved. Permission granted to incorporate these classes into non-commercial (shareware applications ARE allowed) derivative works. You may not post these classes on the internet or otherwise distribute them EXCEPT as part of a derivative work which includes the Acme Technologies copyright and the address of our website (www.acmetech.com).

For an easy flat-fee redistribution license for commercial use, please contact Acme Technologies through one of the means listed at www.acmetech.com.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MagstripeParseException(java.lang.String error)
          Default constructor.
 
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

MagstripeParseException

public MagstripeParseException(java.lang.String error)
Default constructor.