net.dpml.lang
Class PartError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended bynet.dpml.lang.PartError
All Implemented Interfaces:
Serializable

public class PartError
extends Error

Fatal part related error.

Version:
1.0.0
Author:
The Digital Product Meta Library
See Also:
Serialized Form

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

PartError

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

Parameters:
message - The detail message for this exception.

PartError

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

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