|
||||||||||
| 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.jomc.sequences.SequencesException
org.jomc.sequences.CapacityLimitException
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public class CapacityLimitException
extends SequencesException
Gets thrown whenever the directories capacity limit has been reached.
Dependencies
Locale"Dependency on'java.util.Locale'(java.util.Locale)at specification level 1.1 bound to an instance.
Messages
capacityLimitMessage"| English: | The capacity limit {0,number} of the sequence directory has been reached. |
| Deutsch: | Kapazitätsgrenze {0,number} des Sequenz-Verzeichnisses erreicht. |
| Constructor and Description |
|---|
CapacityLimitException(BigInteger capacityLimit)
Creates a new CapacityLimitException taking the capacity limit value. |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCapacityLimit()
Gets the reported capacity limit. |
String |
getMessage()
Gets the message of the exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 CapacityLimitException(BigInteger capacityLimit)
CapacityLimitException taking the capacity limit value.
capacityLimit - The capacity limit to report.| Method Detail |
|---|
public BigInteger getCapacityLimit()
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||