org.treesched
Class ScheduleFactoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.treesched.ScheduleFactoryException
All Implemented Interfaces:
java.io.Serializable

public class ScheduleFactoryException
extends java.lang.RuntimeException

An exception to be throw by the Schedule Factory.

See Also:
Serialized Form

Constructor Summary
ScheduleFactoryException(java.lang.String msg)
          Constructor.
ScheduleFactoryException(java.lang.String msg, java.lang.Throwable t)
          Constructor.
 
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

ScheduleFactoryException

public ScheduleFactoryException(java.lang.String msg)
Constructor.

Parameters:
msg - The message.

ScheduleFactoryException

public ScheduleFactoryException(java.lang.String msg,
                                java.lang.Throwable t)
Constructor.

Parameters:
msg - The message.
t - The cause.