org.jboss.dna.graph.property
Class NamespaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.dna.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
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
-
toString
public String toString()
-
- Overrides:
toString
in class Throwable
Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.