de.enough.polish.exceptions
Class InvalidComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidComponentException
public InvalidComponentException()
InvalidComponentException
public InvalidComponentException(String message)
InvalidComponentException
public InvalidComponentException(Throwable cause)
InvalidComponentException
public InvalidComponentException(String message,
Throwable cause)