net.dpml.lang
Class NamespaceError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by net.dpml.lang.NamespaceError
All Implemented Interfaces:
Serializable

public class NamespaceError
extends Error

Error related to schmema namespace resolution.

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

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

NamespaceError

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

Parameters:
message - The detail message for this exception.

NamespaceError

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

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