net.dpml.appliance
Class ApplianceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.dpml.lang.DecodingException
                  extended by net.dpml.appliance.ApplianceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StationException

public class ApplianceException
extends DecodingException

Appliance related exception.

Version:
2.1.0
Author:
Digital Product Management Library
See Also:
Serialized Form

Constructor Summary
ApplianceException(String message)
          Construct a new ApplianceException.
ApplianceException(String message, Throwable cause)
          Construct a new ApplianceException.
ApplianceException(String message, Throwable cause, Element element)
          Construct a new ApplianceException.
 
Method Summary
 
Methods inherited from class net.dpml.lang.DecodingException
getElement, getMessage, list, list
 
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
 

Constructor Detail

ApplianceException

public ApplianceException(String message)
Construct a new ApplianceException.

Parameters:
message - the error message

ApplianceException

public ApplianceException(String message,
                          Throwable cause)
Construct a new ApplianceException.

Parameters:
message - the error message
cause - the causal exception

ApplianceException

public ApplianceException(String message,
                          Throwable cause,
                          Element element)
Construct a new ApplianceException.

Parameters:
message - the error message
cause - the causal exception
element - the element definition