edu.iris.Fissures.model
Class UnsupportedFormat

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.iris.Fissures.model.UnsupportedFormat
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedFormat
extends java.lang.RuntimeException

UnsupportedFormat.java signals that a format is not recognized. This could be a an encoding of a date into a string. Created: Wed Sep 1 09:56:18 1999

See Also:
Serialized Form

Constructor Summary
UnsupportedFormat()
           
UnsupportedFormat(java.lang.String s)
           
 
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

UnsupportedFormat

public UnsupportedFormat()

UnsupportedFormat

public UnsupportedFormat(java.lang.String s)