X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FLimitExceededException.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FLimitExceededException.html;h=f0201379ca909efb24ec1fd5d30386023077f616;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/dm_javadoc/compbio/metadata/LimitExceededException.html b/website/dm_javadoc/compbio/metadata/LimitExceededException.html new file mode 100644 index 0000000..f020137 --- /dev/null +++ b/website/dm_javadoc/compbio/metadata/LimitExceededException.html @@ -0,0 +1,357 @@ + + + + + + +LimitExceededException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.metadata +
+Class LimitExceededException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by compbio.metadata.JobSubmissionException
+              extended by compbio.metadata.LimitExceededException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class LimitExceededException
extends JobSubmissionException
+ + +

+This exception is thrown if the task larger in size that the limit that + applies to the calculation. +

+ +

+

+
Version:
+
1.0 February 2010
+
Author:
+
pvtroshin
+
See Also:
Limit, +Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
LimitExceededException(java.lang.String message) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetActualNumberofSequences() + +
+           
+ intgetNumberOfSequencesAllowed() + +
+           
+ intgetSequenceLenghtActual() + +
+           
+ intgetSequenceLenghtAllowed() + +
+           
+static LimitExceededExceptionnewLimitExceeded(Limit<?> limit, + java.util.List<FastaSequence> seqs) + +
+           
+ + + + + + + +
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+LimitExceededException

+
+public LimitExceededException(java.lang.String message)
+
+
+ + + + + + + + +
+Method Detail
+ +

+newLimitExceeded

+
+public static LimitExceededException newLimitExceeded(Limit<?> limit,
+                                                      java.util.List<FastaSequence> seqs)
+
+
+
+
+
+
+ +

+getNumberOfSequencesAllowed

+
+public int getNumberOfSequencesAllowed()
+
+
+
+
+
+
+ +

+getActualNumberofSequences

+
+public int getActualNumberofSequences()
+
+
+
+
+
+
+ +

+getSequenceLenghtAllowed

+
+public int getSequenceLenghtAllowed()
+
+
+
+
+
+
+ +

+getSequenceLenghtActual

+
+public int getSequenceLenghtActual()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +