|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.jackrabbit.BaseException
org.apache.jackrabbit.name.NameException
org.apache.jackrabbit.name.NoPrefixDeclaredException
public class NoPrefixDeclaredException
Thrown when the namespace prefix of a qualified name is not found. This exception is thrown when trying to convert a qualified name whose namespace prefix is not found into a JCR name string. The JCR name string can not be created without the namespace prefix.
| Constructor Summary | |
|---|---|
NoPrefixDeclaredException(java.lang.String message)
Deprecated. Creates a NoPrefixDeclaredException with the given error message. |
|
NoPrefixDeclaredException(java.lang.String message,
java.lang.Throwable rootCause)
Deprecated. Creates a NoPrefixDeclaredException with the given error message and root cause exception. |
|
| 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 |
|---|
public NoPrefixDeclaredException(java.lang.String message)
message - error message
public NoPrefixDeclaredException(java.lang.String message,
java.lang.Throwable rootCause)
message - error messagerootCause - root cause exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||