java.lang.Objectjava.lang.Throwable
java.lang.Exception
ucot.exceptions.UseCaseException
ucot.exceptions.CannotLoadUseCasesException
public class CannotLoadUseCasesException
Thrown when UseCaseCollection
fails to
get UseCase
s from given source.
Field Summary | |
---|---|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
CannotLoadUseCasesException()
|
|
CannotLoadUseCasesException(java.lang.String 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 |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public CannotLoadUseCasesException()
public CannotLoadUseCasesException(java.lang.String message)