net.dpml.appliance
Class ApplianceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.dpml.lang.DecodingException
net.dpml.appliance.ApplianceException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- StationException
public class ApplianceException
- extends DecodingException
Appliance related exception.
- Version:
- 2.0.3
- Author:
- Digital Product Management Laboratory
- See Also:
- Serialized Form
Constructor Summary |
ApplianceException(java.lang.String message)
Construct a new ApplianceException . |
ApplianceException(java.lang.String message,
java.lang.Throwable cause)
Construct a new ApplianceException . |
ApplianceException(java.lang.String message,
java.lang.Throwable cause,
org.w3c.dom.Element element)
Construct a new ApplianceException . |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ApplianceException
public ApplianceException(java.lang.String message)
- Construct a new
ApplianceException
.
- Parameters:
message
- the error message
ApplianceException
public ApplianceException(java.lang.String message,
java.lang.Throwable cause)
- Construct a new
ApplianceException
.
- Parameters:
message
- the error messagecause
- the causal exception
ApplianceException
public ApplianceException(java.lang.String message,
java.lang.Throwable cause,
org.w3c.dom.Element element)
- Construct a new
ApplianceException
.
- Parameters:
message
- the error messagecause
- the causal exceptionelement
- the element definition