net.dpml.station
Class StationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.dpml.lang.DecodingException
net.dpml.appliance.ApplianceException
net.dpml.station.StationException
- All Implemented Interfaces:
- Serializable
public class StationException
- extends ApplianceException
Station related exception.
- Version:
- 2.0.2
- Author:
- Digital Product Management Laboratory
- See Also:
- Serialized Form
StationException
public StationException(String message)
- Construct a new
StationException.
- Parameters:
message - the error message
StationException
public StationException(String message,
Throwable cause)
- Construct a new
StationException.
- Parameters:
message - the error messagecause - the causal exception
StationException
public StationException(String message,
Throwable cause,
Element element)
- Construct a new
ApplianceException.
- Parameters:
message - the error messagecause - the causal exceptionelement - the element definition