org.koala.koalautil
Class DateInvalidMaskException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.koala.koalautil.DateInvalidMaskException
All Implemented Interfaces:
java.io.Serializable

public class DateInvalidMaskException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
DateInvalidMaskException()
          Creates a new instance of DateInvalidMaskException without detail message.
DateInvalidMaskException(java.lang.String msg)
          Constructs an instance of DateInvalidMaskException with the specified detail 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

DateInvalidMaskException

public DateInvalidMaskException()
Creates a new instance of DateInvalidMaskException without detail message.


DateInvalidMaskException

public DateInvalidMaskException(java.lang.String msg)
Constructs an instance of DateInvalidMaskException with the specified detail message.

Parameters:
msg - the detail message.