org.eclipse.higgins.icard.io
Class UnsupportedElementFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.icard.CardException
              extended byorg.eclipse.higgins.icard.io.CardIOException
                  extended byorg.eclipse.higgins.icard.io.UnsupportedElementFormatException
All Implemented Interfaces:
Serializable

public class UnsupportedElementFormatException
extends CardIOException

See Also:
Serialized Form

Constructor Summary
UnsupportedElementFormatException()
           
UnsupportedElementFormatException(String message)
           
UnsupportedElementFormatException(String message, Throwable cause)
           
UnsupportedElementFormatException(Throwable cause)
           
 
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

UnsupportedElementFormatException

public UnsupportedElementFormatException()

UnsupportedElementFormatException

public UnsupportedElementFormatException(String message)

UnsupportedElementFormatException

public UnsupportedElementFormatException(String message,
                                         Throwable cause)

UnsupportedElementFormatException

public UnsupportedElementFormatException(Throwable cause)