net.dpml.station
Class StationException

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
                      extended by net.dpml.station.StationException
All Implemented Interfaces:
Serializable

public class StationException
extends ApplianceException

Station related exception.

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

Constructor Summary
StationException(String message)
          Construct a new StationException.
StationException(String message, Throwable cause)
          Construct a new StationException.
StationException(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

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 message
cause - the causal exception

StationException

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

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