net.sf.jsefa.xml.namespace
Class NamespaceRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jsefa.xml.namespace.NamespaceRegistrationException
- All Implemented Interfaces:
- Serializable
public class NamespaceRegistrationException
- extends RuntimeException
Exception thrown in case of a namespace registration error.
- Author:
- Norman Lahme-Huetig
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NamespaceRegistrationException
public NamespaceRegistrationException(String message)
- Constructs a new
NamespaceRegistrationException
with the specified detail message.
- Parameters:
message
- the detail message.
NamespaceRegistrationException
public NamespaceRegistrationException(String message,
Throwable cause)
- Constructs a new
NamespaceRegistrationException
with the specified detail message and cause.
- Parameters:
message
- the detail messagecause
- the cause
Copyright © 2014. All rights reserved.