org.idoox.wasp.serialization.xsdbuiltin
Class DateTimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.wasp.serialization.xsdbuiltin.DateTimeException
All Implemented Interfaces:
java.io.Serializable

public class DateTimeException
extends java.lang.Exception

DateTimeException Class

See Also:
Serialized Form
Component:
Core

Constructor Summary
DateTimeException()
          A default constructor.
DateTimeException(java.lang.String reason)
          Constructs the object with a given reason message.
 
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

DateTimeException

public DateTimeException()
A default constructor.


DateTimeException

public DateTimeException(java.lang.String reason)
Constructs the object with a given reason message.

Parameters:
reason - A message of this exception.