org.jasig.schedassist.model
Class ScheduleConstructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jasig.schedassist.model.ScheduleConstructionException
All Implemented Interfaces:
Serializable

public class ScheduleConstructionException
extends RuntimeException

Exception regarding a failure to construct a visible schedule.

Version:
$Id: ScheduleConstructionException.java 1710 2010-02-15 16:19:35Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

Constructor Summary
ScheduleConstructionException()
           
ScheduleConstructionException(String message)
           
ScheduleConstructionException(String message, Throwable cause)
           
ScheduleConstructionException(Throwable cause)
           
 
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

ScheduleConstructionException

public ScheduleConstructionException()

ScheduleConstructionException

public ScheduleConstructionException(String message)
Parameters:
message -

ScheduleConstructionException

public ScheduleConstructionException(Throwable cause)
Parameters:
cause -

ScheduleConstructionException

public ScheduleConstructionException(String message,
                                     Throwable cause)
Parameters:
message -
cause -


Copyright © 2012 Jasig. All Rights Reserved.