de.enough.polish.exceptions
Class InvalidComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.enough.polish.exceptions.InvalidComponentException
All Implemented Interfaces:
Serializable

public class InvalidComponentException
extends Exception

Is thrown when a defintion of a polish-component (device, vendor, group) contains errors.

Copyright Enough Software 2004 - 2011

 history
        16-Feb-2004 - rob creation
 

Author:
Robert Virkus, robert@enough.de
See Also:
Serialized Form

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

InvalidComponentException

public InvalidComponentException()

InvalidComponentException

public InvalidComponentException(String message)

InvalidComponentException

public InvalidComponentException(Throwable cause)

InvalidComponentException

public InvalidComponentException(String message,
                                 Throwable cause)