|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.torweg.pulse.service.PulseException
org.torweg.pulse.site.content.InconsistentLocalizationException
public class InconsistentLocalizationException
an exception which signals an inconsistency when working on
ContentLocalizationMaps.
| Constructor Summary | |
|---|---|
InconsistentLocalizationException()
constructs a new exception with null as its detail message. |
|
InconsistentLocalizationException(java.lang.String message)
constructs a new exception with the specified detail message. |
|
InconsistentLocalizationException(java.lang.String message,
java.lang.Throwable cause)
constructs a new exception with the specified detail message and cause. |
|
InconsistentLocalizationException(java.lang.Throwable cause)
constructs a new exception with the specified detail message and cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.torweg.pulse.service.PulseException |
|---|
getDetailMessage |
| 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 InconsistentLocalizationException()
null as its detail message.
public InconsistentLocalizationException(java.lang.String message)
message - the message of the exception
public InconsistentLocalizationException(java.lang.String message,
java.lang.Throwable cause)
message - the message of the exceptioncause - the cause of the exceptionpublic InconsistentLocalizationException(java.lang.Throwable cause)
cause - the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||