org.eclipse.higgins.sts.informationcardgenerator
Class InfoCardException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.sts.informationcardgenerator.InfoCardException
All Implemented Interfaces:
Serializable

public class InfoCardException
extends Exception

Desc:

See Also:
Serialized Form

Constructor Summary
InfoCardException()
          Desc:
InfoCardException(String strMessage)
          Desc:
InfoCardException(String strMessage, Throwable cause)
          Desc:
InfoCardException(Throwable cause)
          Desc:
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InfoCardException

public InfoCardException()
Desc:


InfoCardException

public InfoCardException(String strMessage)
Desc:


InfoCardException

public InfoCardException(Throwable cause)
Desc:


InfoCardException

public InfoCardException(String strMessage,
                         Throwable cause)
Desc: