|
||||||||||
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.idoox.util.WrappedException
org.idoox.xml.schema.SchemaException
This exception is thrown if a schema parsing fails.
WrappedException
,
Serialized FormConstructor Summary | |
SchemaException()
A default contructor. |
|
SchemaException(java.lang.String message)
Creates a new SchemaException instance. |
|
SchemaException(java.lang.String message,
java.lang.Throwable reason)
Creates a new SchemaException instance. |
|
SchemaException(java.lang.Throwable reason)
Creates a new SchemaException instance. |
Method Summary | |
boolean |
getUserErrorReported()
Returns if the exception has been already reported to user |
void |
setUserErrorReported(boolean userErrorReported)
Sets that the exception has already been reported to user. |
Methods inherited from class org.idoox.util.WrappedException |
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SchemaException()
public SchemaException(java.lang.String message)
SchemaException
instance.
message
- the reported messagepublic SchemaException(java.lang.String message, java.lang.Throwable reason)
SchemaException
instance.
message
- the reported messagereason
- the reason why the exception has been thrownpublic SchemaException(java.lang.Throwable reason)
SchemaException
instance.
reason
- the reason why the exception has been thrownMethod Detail |
public void setUserErrorReported(boolean userErrorReported)
setUserErrorReported
in interface org.idoox.util.UserErrorNotificationStatus
userErrorReported
- true if the exception has been already
reported to userpublic boolean getUserErrorReported()
getUserErrorReported
in interface org.idoox.util.UserErrorNotificationStatus
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |