net.dpml.lang
Class PartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.dpml.lang.PartException
All Implemented Interfaces:
Serializable

public class PartException
extends IOException

Exception to indicate that there was a part handler related error.

Version:
2.0.1
Author:
Digital Product Management Laboratory
See Also:
Serialized Form

Constructor Summary
PartException(String message)
          Construct a new PartException instance.
PartException(String message, Throwable cause)
          Construct a new PartException instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

PartException

public PartException(String message)
Construct a new PartException instance.

Parameters:
message - The detail message for this exception.

PartException

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

Parameters:
message - The detail message for this exception.
cause - the root cause of the exception