org.modeshape.graph.property
Class NamespaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeshape.graph.property.NamespaceException
All Implemented Interfaces:
Serializable

@Immutable
public class NamespaceException
extends RuntimeException

A runtime exception denoting that a namespace was invalid or not found.

See Also:
Serialized Form

Constructor Summary
NamespaceException()
           
NamespaceException(String message)
           
NamespaceException(String message, Throwable cause)
           
NamespaceException(Throwable cause)
           
 
Method Summary
 String toString()
          
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamespaceException

public NamespaceException()

NamespaceException

public NamespaceException(String message)
Parameters:
message -

NamespaceException

public NamespaceException(Throwable cause)
Parameters:
cause -

NamespaceException

public NamespaceException(String message,
                          Throwable cause)
Parameters:
message -
cause -
Method Detail

toString

public String toString()

Overrides:
toString in class Throwable


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.