|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.myra.framework.UnsatisfiedConstraintException
public class UnsatisfiedConstraintException
Thrown to indicate that a constraint has not been satisfied.
Constructor Summary | |
---|---|
UnsatisfiedConstraintException()
Creates a new UnsatisfiedConstraintException with
null as its detail message. |
|
UnsatisfiedConstraintException(java.lang.String message)
Creates a new UnsatisfiedConstraintException with
the specified detail message. |
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 UnsatisfiedConstraintException()
UnsatisfiedConstraintException
with
null
as its detail message.
public UnsatisfiedConstraintException(java.lang.String message)
UnsatisfiedConstraintException
with
the specified detail message.
message
- the detail message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |