uk.ac.cisban.rod.exception
Class IncorrectInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.cisban.rod.exception.IncorrectInputException
All Implemented Interfaces:
java.io.Serializable

public class IncorrectInputException
extends java.lang.Exception

Thrown when input from the user is incorrect in some way.

Author:
Morgan Taschuk
See Also:
Serialized Form

Constructor Summary
IncorrectInputException(javax.swing.JComponent source, java.lang.String message)
           
 
Method Summary
 javax.swing.JComponent getSource()
           
 
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

IncorrectInputException

public IncorrectInputException(javax.swing.JComponent source,
                               java.lang.String message)
Method Detail

getSource

public javax.swing.JComponent getSource()


Copyright © 2010. All Rights Reserved.