edu.washington.cs.supple.render
Class NoValidAlternativeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byedu.washington.cs.supple.render.RenderingException
                  extended byedu.washington.cs.supple.render.NoValidAlternativeException
All Implemented Interfaces:
java.io.Serializable

public class NoValidAlternativeException
extends RenderingException

Author:
kgajos
See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.washington.cs.supple.render.RenderingException
object
 
Constructor Summary
NoValidAlternativeException(UiAlternative object, java.lang.String message)
           
 
Methods inherited from class edu.washington.cs.supple.render.RenderingException
getObject
 
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

NoValidAlternativeException

public NoValidAlternativeException(UiAlternative object,
                                   java.lang.String message)
Parameters:
object -
message -