SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.schema.tools
Class DateParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.smila.connectivity.framework.schema.tools.DateParseException
All Implemented Interfaces:
java.io.Serializable

public class DateParseException
extends java.lang.RuntimeException

The Class DateParseException.

See Also:
Serialized Form

Constructor Summary
DateParseException(java.lang.String message)
          Instantiates a new date parse exception.
 
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

DateParseException

public DateParseException(java.lang.String message)
Instantiates a new date parse exception.

Parameters:
message - the message

SMILA (incubation) API documentation