|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArgumentMalformedException | |
|---|---|
| org.jcoderz.commons | |
| org.jcoderz.commons.config | |
| org.jcoderz.commons.connector.http.transport | This package contains the HTTP Connector implementation classes for the transport layer. |
| org.jcoderz.commons.doclet | |
| org.jcoderz.commons.test | |
| org.jcoderz.commons.types | This package contains common type classes that can be used by any jCoderz Java project. |
| org.jcoderz.commons.types.samples | |
| org.jcoderz.commons.util | |
| org.jcoderz.phoenix.dependency | |
| org.jcoderz.phoenix.report | The JCReport performs the following steps: Running tools on the source or class files. |
| Uses of ArgumentMalformedException in org.jcoderz.commons |
|---|
| Subclasses of ArgumentMalformedException in org.jcoderz.commons | |
|---|---|
class |
ArgumentFractionDigitsViolationException
The given argument is at least partly malformed. |
class |
ArgumentMaxLengthViolationException
The given argument is at least partly malformed. |
class |
ArgumentMaxValueViolationException
The given argument is at least partly malformed. |
class |
ArgumentMinLengthViolationException
The given argument is at least partly malformed. |
class |
ArgumentMinValueViolationException
The given argument is at least partly malformed. |
class |
ArgumentPatternViolationException
The given argument is at least partly malformed. |
| Methods in org.jcoderz.commons that throw ArgumentMalformedException | |
|---|---|
static Category |
Category.fromInt(int i)
Creates a Category object from its int representation. |
static BusinessImpact |
BusinessImpact.fromInt(int i)
Creates a BusinessImpact object from its int representation. |
static Color |
Color.fromInt(int i)
Creates a Color object from its int representation. |
static FooLong |
FooLong.fromLong(long id)
Construct a FooLong object from its long representation. |
static FooLong |
FooLong.fromLong(Long id)
Construct a FooLong object from its Long representation. |
static Category |
Category.fromString(String str)
Creates a Category object from its String representation. |
static BusinessImpact |
BusinessImpact.fromString(String str)
Creates a BusinessImpact object from its String representation. |
static RegexString |
RegexString.fromString(String str)
Creates a RegexString object from SXP String representation. |
static FooString |
FooString.fromString(String str)
Creates a FooString object from the String representation. |
static FooLong |
FooLong.fromString(String s)
Construct a FooLong object from its string representation. |
static Color |
Color.fromString(String str)
Creates a Color object from its String representation. |
| Uses of ArgumentMalformedException in org.jcoderz.commons.config |
|---|
| Methods in org.jcoderz.commons.config that throw ArgumentMalformedException | |
|---|---|
void |
ConfigurationServiceInterface.addConfigurationListener(ConfigurationListener listener)
ConfigurationListener instance that will be registered to receive notifications. |
void |
ConfigurationServiceImpl.addConfigurationListener(ConfigurationListener listener)
ConfigurationListener instance that will be registered to receive notifications. |
static ConfigurationKey |
ConfigurationKey.fromString(String str)
Creates a ConfigurationKey object from the String representation. |
boolean |
ConfigurationServiceImpl.getBoolean(ConfigurationKey key)
Returns the boolean value that is associated with the given key. |
boolean |
ConfigurationServiceCommonInterface.getBoolean(ConfigurationKey key)
Returns the boolean value that is associated with the given key. |
boolean |
ConfigurationServiceCommonImpl.getBoolean(ConfigurationKey key)
Returns the boolean value that is associated with the given key. |
boolean |
ConfigurationServiceAdminImpl.getBoolean(ConfigurationKey key)
Returns the boolean value that is associated with the given key. |
int |
ConfigurationServiceImpl.getInt(ConfigurationKey key)
Returns the int value that is associated with the given key. |
int |
ConfigurationServiceCommonInterface.getInt(ConfigurationKey key)
Returns the int value that is associated with the given key. |
int |
ConfigurationServiceCommonImpl.getInt(ConfigurationKey key)
Returns the int value that is associated with the given key. |
int |
ConfigurationServiceAdminImpl.getInt(ConfigurationKey key)
Returns the int value that is associated with the given key. |
long |
ConfigurationServiceImpl.getLong(ConfigurationKey key)
Returns the long value that is associated with the given key. |
long |
ConfigurationServiceCommonInterface.getLong(ConfigurationKey key)
Returns the long value that is associated with the given key. |
long |
ConfigurationServiceCommonImpl.getLong(ConfigurationKey key)
Returns the long value that is associated with the given key. |
long |
ConfigurationServiceAdminImpl.getLong(ConfigurationKey key)
Returns the long value that is associated with the given key. |
ServiceConfiguration |
ConfigurationServiceInterface.getServiceConfiguration(String classname)
gets the ServiceConfiguration interface related to the given *Service*Configuration classname. |
ServiceConfiguration |
ConfigurationServiceImpl.getServiceConfiguration(String classname)
gets the ServiceConfiguration interface related to the given *Service*Configuration classname. |
String |
ConfigurationServiceImpl.getString(ConfigurationKey key)
Returns the String value that is associated with the given key. |
String |
ConfigurationServiceCommonInterface.getString(ConfigurationKey key)
Returns the String value that is associated with the given key. |
String |
ConfigurationServiceCommonImpl.getString(ConfigurationKey key)
Returns the String value that is associated with the given key. |
String |
ConfigurationServiceAdminImpl.getString(ConfigurationKey key)
Returns the String value that is associated with the given key. |
String |
ConfigurationCacheInterface.getString(String key)
Returns the String value that is associated with the given key. |
| Uses of ArgumentMalformedException in org.jcoderz.commons.connector.http.transport |
|---|
| Methods in org.jcoderz.commons.connector.http.transport that throw ArgumentMalformedException | |
|---|---|
static HttpConnectionState |
HttpConnectionState.fromInt(int i)
Creates a HttpConnectionState object from its int representation. |
static HttpConnectionState |
HttpConnectionState.fromString(String str)
Creates a HttpConnectionState object from its String representation. |
| Uses of ArgumentMalformedException in org.jcoderz.commons.doclet |
|---|
| Methods in org.jcoderz.commons.doclet that throw ArgumentMalformedException | |
|---|---|
void |
XmlDocletConfig.parseOption(String optionValue,
String[] args)
Parses the given option with the arguments and updates this option object accordingly. |
| Uses of ArgumentMalformedException in org.jcoderz.commons.test |
|---|
| Methods in org.jcoderz.commons.test that throw ArgumentMalformedException | |
|---|---|
static RestrictedLong |
RestrictedLong.fromLong(long id)
Construct a RestrictedLong object from its long representation. |
static RestrictedLong |
RestrictedLong.fromLong(Long id)
Construct a RestrictedLong object from its Long representation. |
static RestrictedLong |
RestrictedLong.fromString(String s)
Construct a RestrictedLong object from its string representation. |
| Uses of ArgumentMalformedException in org.jcoderz.commons.types |
|---|
| Methods in org.jcoderz.commons.types that throw ArgumentMalformedException | |
|---|---|
static Period |
Period.createDayPeriod(Date date)
A factory method to create a day period. |
static Period |
Period.createDayPeriod(Date start,
Date end)
A factory method to create a period from two timestamps where the hours, minutes, seconds, and milli-seconds are stripped off. |
static Period |
Period.createMonthPeriod(Date date)
A factory method to create a month period. |
static Period |
Period.createPeriod(Date start,
Date end)
A factory method to create a period from two timestamps of the type Date. |
static JiraState |
JiraState.fromInt(int i)
Creates a JiraState object from its int representation. |
static TaggedColor |
TaggedColor.fromInt(int i)
Creates a TaggedColor object from its int representation. |
static Url |
Url.fromString(String str)
Creates a Url object from the String representation. |
static JiraState |
JiraState.fromString(String str)
Creates a JiraState object from its String representation. |
static TaggedFooString |
TaggedFooString.fromString(String str)
Creates a TaggedFooString object from the String representation. |
static TaggedColor |
TaggedColor.fromString(String str)
Creates a TaggedColor object from its String representation. |
| Uses of ArgumentMalformedException in org.jcoderz.commons.types.samples |
|---|
| Methods in org.jcoderz.commons.types.samples that throw ArgumentMalformedException | |
|---|---|
static TestRoles |
TestRoles.fromInt(int i)
Creates a TestRoles object from its int representation. |
static TestEnumWiredText |
TestEnumWiredText.fromInt(int i)
Creates a TestEnumWiredText object from its int representation. |
static TestEnumExpliciteValue |
TestEnumExpliciteValue.fromInt(int i)
Creates a TestEnumExpliciteValue object from its numeric representation. |
static TestEnumAsString |
TestEnumAsString.fromInt(int i)
Creates a TestEnumAsString object from its int representation. |
static TestEnumAsNumeric |
TestEnumAsNumeric.fromInt(int i)
Creates a TestEnumAsNumeric object from its int representation. |
static TestEnum |
TestEnum.fromInt(int i)
Creates a TestEnum object from its int representation. |
static SampleLong |
SampleLong.fromLong(long id)
Construct a SampleLong object from its long representation. |
static SampleLong |
SampleLong.fromLong(Long id)
Construct a SampleLong object from its Long representation. |
static TestRoles |
TestRoles.fromString(String str)
Creates a TestRoles object from its String representation. |
static TestFixPointTwo |
TestFixPointTwo.fromString(String str)
Creates a TestFixPointTwo object from the String representation. |
static TestFixPoint |
TestFixPoint.fromString(String str)
Creates a TestFixPoint object from the String representation. |
static TestEnumWiredText |
TestEnumWiredText.fromString(String str)
Creates a TestEnumWiredText object from its String representation. |
static TestEnumExpliciteValue |
TestEnumExpliciteValue.fromString(String str)
Creates a TestEnumExpliciteValue object from its String representation. |
static TestEnumAsString |
TestEnumAsString.fromString(String str)
Creates a TestEnumAsString object from its String representation. |
static TestEnumAsNumeric |
TestEnumAsNumeric.fromString(String str)
Creates a TestEnumAsNumeric object from its String representation. |
static TestEnum |
TestEnum.fromString(String str)
Creates a TestEnum object from its String representation. |
static SampleLong |
SampleLong.fromString(String s)
Construct a SampleLong object from its string representation. |
static SampleFixPoint |
SampleFixPoint.fromString(String str)
Creates a SampleFixPoint object from the String representation. |
| Uses of ArgumentMalformedException in org.jcoderz.commons.util |
|---|
| Methods in org.jcoderz.commons.util that throw ArgumentMalformedException | |
|---|---|
static byte[] |
Base64Util.decode(String encoded)
Decodes Base64 data into octets. |
static String |
StringUtil.fitToLength(String s,
int minLength,
int maxLength)
Pads or truncates the given argument to be at least minLength chars and at most maxLength chars long. |
static long |
RandomUtil.random(long min,
long max)
Returns a random long number between the value min and the value max. |
| Uses of ArgumentMalformedException in org.jcoderz.phoenix.dependency |
|---|
| Methods in org.jcoderz.phoenix.dependency that throw ArgumentMalformedException | |
|---|---|
static RelationType |
RelationType.fromInt(int i)
Creates a RelationType object from its int representation. |
static RelationType |
RelationType.fromString(String str)
Creates a RelationType object from its String representation. |
| Uses of ArgumentMalformedException in org.jcoderz.phoenix.report |
|---|
| Methods in org.jcoderz.phoenix.report that throw ArgumentMalformedException | |
|---|---|
static OutputFormat |
OutputFormat.fromInt(int i)
Creates a OutputFormat object from its int representation. |
static ReportFormat |
ReportFormat.fromInt(int i)
Creates a ReportFormat object from its int representation. |
static ReportLevel |
ReportLevel.fromInt(int i)
Creates a ReportLevel object from its int representation. |
static ReportInterval |
ReportInterval.fromInt(int i)
Creates a ReportInterval object from its int representation. |
static Origin |
Origin.fromString(String str)
Creates a Origin object from the String representation. |
static OutputFormat |
OutputFormat.fromString(String str)
Creates a OutputFormat object from its String representation. |
static ReportFormat |
ReportFormat.fromString(String str)
Creates a ReportFormat object from its String representation. |
static ReportLevel |
ReportLevel.fromString(String str)
Creates a ReportLevel object from its String representation. |
static ReportInterval |
ReportInterval.fromString(String str)
Creates a ReportInterval object from its String representation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||