com.pcauto.gui.table
Class EntityListException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.pcauto.gui.table.EntityListException
All Implemented Interfaces:
java.io.Serializable

public class EntityListException
extends java.lang.Exception

This is the exception that will be thrown for EntityList events. It can be created with or without a detail message. The detail message is used to give the user further information about the event that occurred.

See Also:
Serialized Form

Constructor Summary
EntityListException()
          Constructs an EntityListException with no specified detail message.
EntityListException(java.lang.String msg)
          Constructs an EntityListException 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

EntityListException

public EntityListException()
Constructs an EntityListException with no specified detail message.


EntityListException

public EntityListException(java.lang.String msg)
Constructs an EntityListException with the specified detail message. This message can be anything and will be used to give the user more information about the specifics of the error.

Parameters:
msg - the detail message