sos.reports
Class NotSelectableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--sos.reports.NotSelectableException
All Implemented Interfaces:
java.io.Serializable

public class NotSelectableException
extends java.lang.Exception

An inability to select one of more report elements.

Since:
1.0
See Also:
ReportSelectionModel

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

NotSelectableException

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


NotSelectableException

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

Parameters:
msg - the detail message.


Copyright 2003, 2004 Side of Software (SOS). All rights reserved.