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:
- java.io.Serializable
public class StationException
- extends ApplianceException
Station related exception.
- Version:
- 2.0.3
- Author:
- Digital Product Management Laboratory
- See Also:
- Serialized Form
Constructor Summary |
StationException(java.lang.String message)
Construct a new StationException . |
StationException(java.lang.String message,
java.lang.Throwable cause)
Construct a new StationException . |
StationException(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 |
StationException
public StationException(java.lang.String message)
- Construct a new
StationException
.
- Parameters:
message
- the error message
StationException
public StationException(java.lang.String message,
java.lang.Throwable cause)
- Construct a new
StationException
.
- Parameters:
message
- the error messagecause
- the causal exception
StationException
public StationException(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